“Cleanz” Documentation by “ThemeEaster” v1.0


“Cleanz”

Updated: 29/05/2025
By: ThemeEaster


Thank you for purchasing our theme. If you have any questions that are beyond the scope of this help file, please contact our support. Thanks so much!


Table of Contents

  1. HTML Structure
  2. Template Components
  3. CSS Files and Structure
  4. JavaScript
  5. Sources and Credits
  6. PHP Code Explanation (If your theme uses PHP)

A) HTML Structure - top

Below is the general HTML structure of the landing page.

1) index.html File Structure - top

The template page's layout consist of top that show the logo and main menu, hero section that show background image, beforecontent that show some amaizing content, about section contain about your some info & feature, service section contained all services, work section you can showcase your portfolio with awesome animation, skills section here you can add some skills, team section is for your team members, testimonial section here you can published your customer reviews, call to action this for call to action content, contact section here you can put your contact information & footer that show copyright information.

<!doctype html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta name="description" content="Cleaning Service HTML5 Template">
        <meta name="author" content="ThemeEaster">

        <title>Cleanz | Cleaning Service HTML5 Template</title>

        <link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.png">

        <link rel="stylesheet" href="assets/css/fontawesome.min.css">
        <link rel="stylesheet" href="assets/css/themify-icons.css">
        <link rel="stylesheet" href="assets/css/elegant-line-icons.css">
        <link rel="stylesheet" href="assets/css/animate.min.css">
        <link rel="stylesheet" href="assets/css/bootstrap.min.css">
        <link rel="stylesheet" href="assets/css/slick.min.css">
        <link rel="stylesheet" href="assets/css/slider.css">
        <link rel="stylesheet" href="assets/css/magnific-popup.css">
        <link rel="stylesheet" href="assets/css/nice-select.css">
        <link rel="stylesheet" href="assets/css/odometer.min.css">
        <link rel="stylesheet" href="assets/css/main.css">

        <script src="assets/js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
    </head>

    <body class="header-1">
        <!--[if lt IE 8]>
            <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
        <![endif]-->

        <div class="site-preloader-wrap">
            <div class="spinner"></div>
        </div><!-- /.site-preloader-wrap -->

        <header class="header header-one">
            <div class="top-header-one top-bar">
                <div class="container">
                    <div class="top-bar-inner">
                        <div class="top-left">
                            <ul>
                                <li>Phone: <a href="tel:+1234567890">+123 456 7890</a></li>
                                <li>Email: <a href="mailto:contact@email.com">contact@email.com</a></li>
                            </ul>
                        </div>
                        <div class="top-right">
                            <ul class="top-social">
                                <li><a href="#" target="_blank"><i class="fab fa-facebook-f"></i></a></li>
                                <li><a href="#" target="_blank"><i class="fab fa-twitter"></i></a></li>
                                <li><a href="#" target="_blank"><i class="fab fa-instagram"></i></a></li>
                                <li><a href="#" target="_blank"><i class="fab fa-pinterest"></i></a></li>
                                <li><a href="#" target="_blank"><i class="fab fa-youtube"></i></a></li>
                            </ul>
                        </div>
                    </div>
                </div>
            </div><!-- /.top-bar -->
            <div class="primary-header-one primary-header">
                <div class="container">
                    <div class="primary-header-inner">
                        <div class="header-logo">
                            <a href="#">
                                <img src="assets/img/logo-dark.png" alt="Logo"/>
                            </a>
                        </div><!-- /.header-logo -->
                        <div class="header-menu-wrap">
                            <ul class="dl-menu">
                                <li><a href="index.html">Home</a>
                                    <ul>
                                        <li><a href="index.html">Homepage Default</a></li>
                                        <li><a href="index-2.html">Homepage Modern</a></li>
                                        <li><a href="index-3.html">Homepage Classic</a></li>
                                        <li><a href="index-4.html">Homepage Standard</a></li>
                                    </ul>
                                </li>
                                <li><a href="#">Company</a>
                                    <ul>
                                        <li><a href="about-us.html">About Us</a></li>
                                        <li><a href="about-company.html">About Company</a></li>
                                        <li><a href="services.html">Our Services</a></li>
                                    </ul>
                                </li>
                                <li><a href="projects-3-col.html">Projects</a>
                                    <ul>
                                        <li><a href="projects-3-col.html">Project 3 Col</a></li>
                                        <li><a href="projects-4-col.html">Project 4 Col</a></li>
                                        <li><a href="project-details.html">Project Details</a></li>
                                    </ul>
                                </li>
                                <li><a href="#">Pages</a>
                                    <ul>
                                        <li><a href="team.html">Cleaning Exparts</a></li>
                                        <li><a href="pricing-plans.html">Pricing Plans</a></li>
                                        <li><a href="faq.html">Help & Faq's</a></li>
                                        <li><a href="404.html">404 Error</a></li>
                                    </ul>
                                </li>
                                <li><a href="blog-grid.html">News</a>
                                    <ul>
                                        <li><a href="blog-grid.html">Blog Grid</a></li>
                                        <li><a href="blog-classic.html">Blog Classic</a></li>
                                        <li><a href="blog-single.html">Blog Single</a></li>
                                    </ul>
                                </li>
                                <li><a href="contact.html">Contact Us</a></li>
                            </ul>
                        </div><!-- /.header-menu-wrap -->
                        <div class="header-right">
                            <div class="search-icon dl-search-icon"><i class="ti-search"></i></div>
                            <a class="header-btn" href="#">Book A Cleaner<span></span></a>
                            <!-- Burger menu -->
                            <div class="mobile-menu-icon">
                                <div class="burger-menu">
                                    <div class="line-menu line-half first-line"></div>
                                    <div class="line-menu"></div>
                                    <div class="line-menu line-half last-line"></div>
                                </div>
                            </div>
                        </div><!-- /.header-right -->
                    </div><!-- /.primary-header-one-inner -->
                </div>
            </div><!-- /.primary-header-one -->
        </header><!-- /.header-one -->

        <div id="dl-popup-search-box">
            <div class="box-inner-wrap d-flex align-items-center">
                <form id="form" action="#" method="get" role="search">
                    <input id="popup-search" type="text" name="s" placeholder="Type keywords here..." />
                    <button id="popup-search-button" type="submit" name="submit"><i class="ti-search"></i></button>
                </form>
            </div>
        </div><!-- /#dl-popup-search-box -->

        <div id="main-slider" class="dl-slider">

        </div><!-- slider-section -->

        <section class="about-section padding">

        </section><!-- /.about-section -->

        <section class="service-section bg-grey padding">

        </section><!-- /.service-section -->

        <section class="work-process-section padding">
           <div class="process-border"></div>

        </section><!-- /.work-process-section -->

        <section class="features-section padding bg-grey">
            <div class="features-bg"></div>

        </section><!-- /.features-section -->

        <section class="book-section padding">

        </section><!-- /.book-section -->

        <section class="cta-section padding">

        </section><!-- /.cta-section -->

        <section class="project-section bg-grey padding">

        </section><!-- /.project-section -->

        <section class="testimonials-section padding">

        </section><!-- /.testimonial-section -->

        <section class="blog-section bg-grey padding">

        </section><!-- /.blog-section -->

        <footer class="footer-section">

        </footer><!-- /.footer-section -->

        <div id="scrollup">
            <button id="scroll-top" class="scroll-to-top"><i class="ti-angle-up"></i></button>
        </div>

        <!-- jQuery Lib -->
        <script src="assets/js/vendor/jquery-1.12.4.min.js"></script>
        <script src="assets/js/vendor/popper.min.js"></script>
        <script src="assets/js/vendor/bootstrap.min.js"></script>
        <script src="assets/js/vendor/waypoints.min.js"></script>
        <script src="assets/js/vendor/slick.min.js"></script>
        <script src="assets/js/vendor/headroom.min.js"></script>
        <script src="assets/js/vendor/jquery.smoothscroll.min.js"></script>
        <script src="assets/js/vendor/jquery.magnific-popup.min.js"></script>
        <script src="assets/js/vendor/jquery.ajaxchimp.min.js"></script>
        <script src="assets/js/vendor/jquery.mb.YTPlayer.min.js"></script>
        <script src="assets/js/vendor/odometer.min.js"></script>
        <script src="assets/js/vendor/jquery.nice-select.min.js"></script>
        <script src="assets/js/vendor/simpleParallax.min.js"></script>
        <script src="assets/js/vendor/wow.min.js"></script>
        <script src="assets/js/contact.js"></script>
        <script src="assets/js/appointment.js"></script>
        <script src="assets/js/main.js"></script>

    </body>
</html>
        

B) Template Components - top

The site is made of many sections like header, slider, testimonials, services and more...

1) Header Section - top

<header class="header header-one">
    <div class="top-header-one top-bar">
        <div class="container">
            <div class="top-bar-inner">
                <div class="top-left">
                    <ul>
                        <li>Phone: <a href="tel:+1234567890">+123 456 7890</a></li>
                        <li>Email: <a href="mailto:contact@email.com">contact@email.com</a></li>
                    </ul>
                </div>
                <div class="top-right">
                    <ul class="top-social">
                        <li><a href="#" target="_blank"><i class="fab fa-facebook-f"></i></a></li>
                        <li><a href="#" target="_blank"><i class="fab fa-twitter"></i></a></li>
                        <li><a href="#" target="_blank"><i class="fab fa-instagram"></i></a></li>
                        <li><a href="#" target="_blank"><i class="fab fa-pinterest"></i></a></li>
                        <li><a href="#" target="_blank"><i class="fab fa-youtube"></i></a></li>
                    </ul>
                </div>
            </div>
        </div>
    </div><!-- /.top-bar -->
    <div class="primary-header-one primary-header">
        <div class="container">
            <div class="primary-header-inner">
                <div class="header-logo">
                    <a href="#">
                        <img src="assets/img/logo-dark.png" alt="Logo"/>
                    </a>
                </div><!-- /.header-logo -->
                <div class="header-menu-wrap">
                    <ul class="dl-menu">
                        <li><a href="index.html">Home</a>
                            <ul>
                                <li><a href="index.html">Homepage Default</a></li>
                                <li><a href="index-2.html">Homepage Modern</a></li>
                                <li><a href="index-3.html">Homepage Classic</a></li>
                                <li><a href="index-4.html">Homepage Standard</a></li>
                            </ul>
                        </li>
                        <li><a href="#">Company</a>
                            <ul>
                                <li><a href="about-us.html">About Us</a></li>
                                <li><a href="about-company.html">About Company</a></li>
                                <li><a href="services.html">Our Services</a></li>
                            </ul>
                        </li>
                        <li><a href="projects-3-col.html">Projects</a>
                            <ul>
                                <li><a href="projects-3-col.html">Project 3 Col</a></li>
                                <li><a href="projects-4-col.html">Project 4 Col</a></li>
                                <li><a href="project-details.html">Project Details</a></li>
                            </ul>
                        </li>
                        <li><a href="#">Pages</a>
                            <ul>
                                <li><a href="team.html">Cleaning Exparts</a></li>
                                <li><a href="pricing-plans.html">Pricing Plans</a></li>
                                <li><a href="faq.html">Help & Faq's</a></li>
                                <li><a href="404.html">404 Error</a></li>
                            </ul>
                        </li>
                        <li><a href="blog-grid.html">News</a>
                            <ul>
                                <li><a href="blog-grid.html">Blog Grid</a></li>
                                <li><a href="blog-classic.html">Blog Classic</a></li>
                                <li><a href="blog-single.html">Blog Single</a></li>
                            </ul>
                        </li>
                        <li><a href="contact.html">Contact Us</a></li>
                    </ul>
                </div><!-- /.header-menu-wrap -->
                <div class="header-right">
                    <div class="search-icon dl-search-icon"><i class="ti-search"></i></div>
                    <a class="header-btn" href="#">Book A Cleaner<span></span></a>
                    <!-- Burger menu -->
                    <div class="mobile-menu-icon">
                        <div class="burger-menu">
                            <div class="line-menu line-half first-line"></div>
                            <div class="line-menu"></div>
                            <div class="line-menu line-half last-line"></div>
                        </div>
                    </div>
                </div><!-- /.header-right -->
            </div><!-- /.primary-header-one-inner -->
        </div>
    </div><!-- /.primary-header-one -->
</header><!-- /.header-one -->

2) Main Slider - top


<div id="main-slider" class="dl-slider">
    <div class="single-slide">
        <div class="bg-img kenburns-top-right" style="background-image: url(assets/img/slider-1.jpg);"></div>
        <div class="slider-content-wrap d-flex align-items-center text-left">
            <div class="container">
                <div class="slider-content">
                    <div class="dl-caption medium"><div class="inner-layer"><div data-animation="fade-in-right" data-delay="1s">Commercial</div></div></div>
                    <div class="dl-caption big"><div class="inner-layer"><div data-animation="fade-in-left" data-delay="2s">Making Your House</div></div>
                    </div>
                    <div class="dl-caption big"><div class="inner-layer"><div data-animation="fade-in-left" data-delay="2.5s">As Good As New</div></div></div>
                    <div class="dl-caption small"><div class="inner-layer"><div data-animation="fade-in-left" data-delay="3s">Business is the activity of making money.</div></div></div>
                    <div class="dl-btn-group">
                        <div class="inner-layer">
                            <a href="#" class="dl-btn" data-animation="fade-in-left" data-delay="3.5s">Get Our Services <i class="arrow_right"></i></a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div><!--Slide-1-->
    <div class="single-slide">
        <div class="bg-img kenburns-top-right" style="background-image: url(assets/img/slider-2.jpg);"></div>
        <div class="slider-content-wrap d-flex align-items-center text-left">
            <div class="container">
                <div class="slider-content">
                    <div class="dl-caption medium"><div class="inner-layer"><div data-animation="fade-in-right" data-delay="1s">Residencial</div></div></div>
                    <div class="dl-caption big"><div class="inner-layer"><div data-animation="fade-in-left" data-delay="2s">Best Cleaning Service Ever</div></div>
                    </div>
                    <div class="dl-caption big"><div class="inner-layer"><div data-animation="fade-in-left" data-delay="2.5s">Certified Company!</div></div></div>
                    <div class="dl-caption small"><div class="inner-layer"><div data-animation="fade-in-left" data-delay="3s">Business is the activity of making money.</div></div></div>
                    <div class="dl-btn-group">
                        <div class="inner-layer">
                            <a href="#" class="dl-btn" data-animation="fade-in-left" data-delay="3.5s">Get Our Services <i class="arrow_right"></i></a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div><!--Slide-2-->
    <div class="single-slide">
        <div class="bg-img kenburns-top-right" style="background-image: url(assets/img/slider-3.jpg);"></div>
        <div class="slider-content-wrap d-flex align-items-center text-left">
            <div class="container">
                <div class="slider-content">
                    <div class="dl-caption medium"><div class="inner-layer"><div data-animation="fade-in-right" data-delay="1s">Building</div></div></div>
                    <div class="dl-caption big"><div class="inner-layer"><div data-animation="fade-in-left" data-delay="2s">Quality Cleaning Services</div></div>
                    </div>
                    <div class="dl-caption big"><div class="inner-layer"><div data-animation="fade-in-left" data-delay="2.5s">And Affordable Prices!</div></div></div>
                    <div class="dl-caption small"><div class="inner-layer"><div data-animation="fade-in-left" data-delay="3s">Business is the activity of making money.</div></div></div>
                    <div class="dl-btn-group">
                        <div class="inner-layer">
                            <a href="#" class="dl-btn" data-animation="fade-in-left" data-delay="3.5s">Get Our Services <i class="arrow_right"></i></a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div><!--Slide-3-->
</div><!-- slider-section -->

3) About Section - top


<section class="about-section padding">
    <div class="container">
        <div class="row">
            <div class="col-lg-6 sm-padding">
                <div class="about-content">
                    <div class="section-heading wow fadeInLeft" data-wow-delay="0">
                        <h2>Expert Cleaning Service <br> You Can Trust.</h2>
                        <p>Cleanz is well known and most trusted name in home cleaning service company in Bangladesh, we also provide pest control, security gard , facility managment and painting service in Bangladesh Most of people work better in pleasant </p>
                    </div>
                    <ul class="about-list">
                        <li class="wow fadeInLeft" data-wow-delay="200ms">
                            <i class="fas fa-check"></i>
                            <div class="about-list-content">
                                <h3>Commercial Cleaning </h3>
                                <p>Cleanz is well known and most trusted name in home <br> cleaning service company in Bangladesh</p>
                            </div>
                        </li>
                        <li class="wow fadeInLeft" data-wow-delay="400ms">
                            <i class="fas fa-check"></i>
                            <div class="about-list-content">
                                <h3>House Building Cleaning </h3>
                                <p>Cleanz is well known and most trusted name in home <br> cleaning service company in Bangladesh</p>
                            </div>
                        </li>
                    </ul>
                    <ul class="about-btn wow fadeInLeft" data-wow-delay="600ms">
                        <li>
                            <a href="#" class="default-btn">Book Our Service <span></span></a>
                            <a class="whatsapp" href="#"><i class="fab fa-whatsapp"></i>
                            + 985 8844 000</a>
                        </li>
                    </ul>
                </div>
            </div>
            <div class="col-lg-6 sm-padding">
                <div class="about-bg-wrap">
                    <div class="exp-box">
                        <h3>50 <span>Years Of <br> Experience</span></h3>
                    </div>
                    <div class="front">
                        <img class="img-1" src="assets/img/about-bg-2.jpg" alt="img">
                    </div>

                    <img class="img-2" src="assets/img/about-bg-3.jpg" alt="img">
                </div>
            </div>
        </div>
    </div>
</section><!-- /.about-section -->


4) Services Section - top


<section class="service-section bg-grey padding">
    <div class="container">
       <div class="section-heading text-center mb-40 wow fadeInUp" data-wow-delay="200ms">
           <img src="assets/img/clean.png" alt="img">
           <h2>Cleaning Services</h2>
           <p>Cleanz is well known and most trusted name in home cleaning <br> service company in Bangladesh.</p>
       </div>
        <div class="row">
            <div class="col-lg-4 col-md-6 sm-padding wow fadeInUp" data-wow-delay="300ms">
                <div class="service-card">
                    <div class="service-thumb">
                        <img src="assets/img/service-1.jpg" alt="img">
                    </div>
                    <div class="service-content">
                       <div class="service-icon">
                            <svg height="60px" viewBox="0 -23 433.00001 433" width="60px" xmlns="http://www.w3.org/2000/svg"><g fill="#122436"><path d="m50.414062 74.820312v27.695313h10v-31.496094h-10zm0 0"/><path d="m50.414062 50.953125h10v9.121094h-10zm0 0"/><path d="m50.414062 30.003906h10v10h-10zm0 0"/><path d="m308.203125 30.003906h9.757813v10h-9.757813zm0 0"/><path d="m286.742188 30.003906h9.753906v10h-9.753906zm0 0"/><path d="m136.507812 30.003906h9.753907v10h-9.753907zm0 0"/><path d="m329.664062 30.003906h9.757813v10h-9.757813zm0 0"/><path d="m72.121094 30.003906h9.753906v10h-9.753906zm0 0"/><path d="m351.128906 30.003906h9.753906v10h-9.753906zm0 0"/><path d="m115.042969 30.003906h9.757812v10h-9.757812zm0 0"/><path d="m93.582031 30.003906h9.757813v10h-9.757813zm0 0"/><path d="m372.589844 30.003906h10v10h-10zm0 0"/><path d="m372.589844 96.207031h10v10.035157h-10zm0 0"/><path d="m372.589844 118.289062h10v10.035157h-10zm0 0"/><path d="m372.589844 140.367188h10v10.035156h-10zm0 0"/><path d="m372.589844 74.128906h10v10.035156h-10zm0 0"/><path d="m372.589844 52.046875h10v10.039063h-10zm0 0"/><path d="m372.589844 162.449219h10v10.035156h-10zm0 0"/><path d="m372.589844 250.769531h10v10.035157h-10zm0 0"/><path d="m372.589844 228.6875h10v10.035156h-10zm0 0"/><path d="m372.589844 206.609375h10v10.035156h-10zm0 0"/><path d="m372.589844 184.527344h10v10.035156h-10zm0 0"/><path d="m372.589844 272.847656h10v5h-10zm0 0"/><path d="m265.28125 30.003906h-107.3125v10h117.066406v-10zm0 0"/></g><path d="m237.128906 25.628906c-6.203125 0-11.25-5.042968-11.25-11.25 0-5.175781-4.199218-9.375-9.375-9.375-5.179687 0-9.378906 4.199219-9.378906 9.375 0 6.207032-5.046875 11.25-11.25 11.25-5.175781 0-9.375 4.199219-9.375 9.378906 0 5.175782 4.199219 9.375 9.375 9.375 6.203125 0 11.25 5.046876 11.25 11.25 0 5.175782 4.199219 9.375 9.378906 9.375 5.175782 0 9.375-4.199218 9.375-9.375 0-6.203124 5.046875-11.25 11.25-11.25 5.175782 0 9.375-4.199218 9.375-9.375 0-5.179687-4.199218-9.378906-9.375-9.378906zm0 0" fill="#ffcc34"/><path d="m216.503906 70.003906c-7.929687 0-14.378906-6.449218-14.378906-14.375 0-3.445312-2.804688-6.25-6.25-6.25-7.925781 0-14.375-6.449218-14.375-14.375 0-7.929687 6.449219-14.378906 14.375-14.378906 3.445312 0 6.25-2.804688 6.25-6.25 0-7.925781 6.449219-14.375 14.378906-14.375 7.925782 0 14.375 6.449219 14.375 14.375 0 3.445312 2.804688 6.25 6.25 6.25 7.925782 0 14.375 6.449219 14.375 14.378906 0 7.925782-6.449218 14.375-14.375 14.375-3.445312 0-6.25 2.804688-6.25 6.25 0 7.925782-6.449218 14.375-14.375 14.375zm0-60c-2.414062 0-4.378906 1.960938-4.378906 4.375 0 8.960938-7.289062 16.25-16.25 16.25-2.410156 0-4.375 1.964844-4.375 4.378906 0 2.410157 1.960938 4.375 4.375 4.375 8.960938 0 16.25 7.289063 16.25 16.25 0 2.410157 1.964844 4.375 4.378906 4.375 2.410156 0 4.375-1.960937 4.375-4.375 0-8.960937 7.289063-16.25 16.25-16.25 2.410156 0 4.375-1.960937 4.375-4.375 0-2.414062-1.960937-4.378906-4.375-4.378906-8.960937 0-16.25-7.289062-16.25-16.25 0-2.410156-1.964844-4.375-4.375-4.375zm0 0" fill="#122436"/><path d="m32.3125 96.089844h252.214844v91.15625h-252.214844zm0 0" fill="#4ea3da"/><path d="m32.3125 96.089844h252.214844v24.097656h-252.214844zm0 0" fill="#fff"/><path d="m137.535156 382.039062h41.769532v-92.371093c0-11.535157-9.351563-20.882813-20.882813-20.882813-11.535156 0-20.886719 9.347656-20.886719 20.882813zm0 0" fill="#ffcc34"/><path d="m158.421875 268.785156c11.53125 0 20.882813 9.347656 20.882813 20.882813v24.097656c0-11.535156-9.351563-20.886719-20.882813-20.886719-11.535156 0-20.886719 9.351563-20.886719 20.886719v-24.097656c0-11.535157 9.351563-20.882813 20.886719-20.882813zm0 0" fill="#fff"/><path d="m32.3125 192.246094h257.214844v-101.15625h-262.214844v45.578125h-10.261719c-4.691406-.003907-8.988281 1.917969-12.058593 4.992187-3.078126 3.070313-4.99609425 7.367188-4.992188 12.058594v51.484375c-.00390625 4.695313 1.917969 8.988281 4.996094 12.058594 3.070312 3.074219 7.363281 4.992187 12.046875 4.988281h.160156-.027344l129.140625-.074219h.054688c1.957031.003907 3.6875.78125 4.980468 2.0625 1.285157 1.292969 2.0625 3.023438 2.066407 4.988281v35.054688c-11.902344 2.332031-20.878907 12.804688-20.882813 25.390625v97.371094h51.765625v-97.371094c-.003906-12.585937-8.980469-23.0625-20.882812-25.390625v-35.054688c.003906-4.695312-1.917969-8.992187-4.996094-12.058593-3.070313-3.074219-7.363281-4.992188-12.046875-4.988281h-.132812l-129.070313.074218h-.125c-1.957031 0-3.6875-.78125-4.980469-2.0625-1.285156-1.292968-2.0625-3.019531-2.066406-4.988281v-51.484375c.003906-1.960938.78125-3.691406 2.0625-4.984375 1.292969-1.28125 3.023438-2.058594 4.984375-2.0625h10.261719v45.582031h5.003906zm141.992188 97.421875v87.371093h-31.769532v-87.371093c.003906-4.402344 1.769532-8.34375 4.652344-11.230469 2.890625-2.882812 6.832031-4.652344 11.234375-4.652344 4.398437 0 8.339844 1.769532 11.230469 4.652344 2.882812 2.886719 4.648437 6.828125 4.652344 11.230469zm105.222656-188.578125v81.15625h-242.214844v-81.15625zm0 0" fill="#122436"/><path d="m414.527344 304.792969h-156.289063c-7.441406 0-13.472656-6.03125-13.472656-13.472657 0-7.441406 6.03125-13.472656 13.472656-13.472656h156.289063c7.441406 0 13.476562 6.03125 13.476562 13.472656 0 7.441407-6.035156 13.472657-13.476562 13.472657zm0 0" fill="#4ea3da"/><path d="m258.238281 291.011719h156.289063c5.050781 0 9.449218 2.78125 11.757812 6.890625 1.09375-1.945313 1.71875-4.191406 1.71875-6.582032 0-7.441406-6.035156-13.472656-13.476562-13.472656h-156.289063c-7.441406 0-13.472656 6.03125-13.472656 13.472656 0 2.390626.625 4.636719 1.714844 6.582032 2.308593-4.113282 6.707031-6.890625 11.757812-6.890625zm0 0" fill="#fff"/><path d="m422.613281 382.039062h-172.460937l13-77.246093h146.460937zm0 0" fill="#ffcc34"/><path d="m263.152344 322.347656h146.460937l10.042969 59.691406h2.957031l-13-77.246093h-146.460937l-13 77.246093h2.957031zm0 0" fill="#fff"/><path d="m315.425781 256.289062h41.914063v21.558594h-41.914063zm0 0" fill="#4ea3da"/><path d="m315.425781 256.289062h41.914063v10.972657h-41.914063zm0 0" fill="#fff"/><path d="m349.558594 256.289062h-26.347656v-147.027343c0-7.277344 5.898437-13.171875 13.171874-13.171875 7.277344 0 13.175782 5.894531 13.175782 13.171875zm0 0" fill="#ffcc34"/><path d="m336.382812 96.089844c-7.273437 0-13.171874 5.894531-13.171874 13.171875v19.746093c0-7.277343 5.898437-13.171874 13.171874-13.171874 7.277344 0 13.175782 5.894531 13.175782 13.171874v-19.746093c0-7.277344-5.898438-13.171875-13.175782-13.171875zm0 0" fill="#fff"/><path d="m415.515625 309.742188c4.695313-.246094 8.964844-2.242188 12.074219-5.359376 3.335937-3.328124 5.414062-7.976562 5.410156-13.0625-.003906-10.203124-8.269531-18.46875-18.472656-18.472656h-52.183594v-21.558594h-7.785156v-142.027343c0-5-2.042969-9.578125-5.324219-12.851563-3.269531-3.28125-7.847656-5.324218-12.847656-5.320312-5.003907 0-9.578125 2.042968-12.851563 5.320312-3.28125 3.277344-5.328125 7.851563-5.324218 12.851563v142.027343h-7.785157v21.558594h-52.1875c-10.203125.003906-18.46875 8.269532-18.472656 18.472656 0 5.085938 2.078125 9.734376 5.410156 13.0625 3.109375 3.117188 7.378907 5.113282 12.074219 5.359376l-13.007812 77.296874h184.28125l-.980469-5.828124zm-87.304687-200.480469c0-2.273438.90625-4.285157 2.394531-5.78125 1.492187-1.484375 3.503906-2.390625 5.777343-2.390625 2.273438 0 4.285157.90625 5.78125 2.390625 1.484376 1.496093 2.390626 3.507812 2.394532 5.78125v142.027343h-16.347656zm-7.785157 152.027343h31.917969v11.558594h-31.917969zm-62.1875 38.503907c-2.355469 0-4.441406-.9375-5.992187-2.480469-1.542969-1.550781-2.480469-3.636719-2.480469-5.992188 0-2.355468.9375-4.441406 2.480469-5.992187 1.550781-1.539063 3.636718-2.476563 5.992187-2.480469h156.289063c2.355468.003906 4.441406.941406 5.992187 2.480469 1.539063 1.550781 2.476563 3.636719 2.480469 5.992187-.003906 2.359376-.941406 4.445313-2.480469 5.992188-1.550781 1.542969-3.636719 2.480469-5.992187 2.480469zm9.144531 10h138l11.316407 67.25h-20.523438v-36.320313h-10v36.316406h-17.398437v-36.316406h-10v36.316406h-17.394532v-36.316406h-10v36.316406h-17.398437v-36.316406h-10v36.316406h-17.394531v-36.316406h-10v36.316406h-20.527344zm0 0" fill="#122436"/></svg>
                        </div>
                        <h3><a href="#">Commercial Cleaning</a></h3>
                        <p>Cleanz is well known and most trusted name in home cleaning service company in Bangladesh</p>
                        <a href="#" class="read-more"><i class="fas fa-share"></i></a>
                    </div>
                </div>
            </div>
            <div class="col-lg-4 col-md-6 sm-padding wow fadeInUp" data-wow-delay="400ms">
                <div class="service-card">
                    <div class="service-thumb">
                        <img src="assets/img/service-2.jpg" alt="img">
                    </div>
                    <div class="service-content">
                       <div class="service-icon">
                            <svg height="60px" viewBox="0 -62 422.146 422" width="60px" xmlns="http://www.w3.org/2000/svg"><path d="m5.292969 137.949219h317.609375v155.597656h-317.609375zm0 0" fill="#4ea3da"/><path d="m5.292969 137.949219h317.609375v14.851562h-317.609375zm0 0" fill="#fff"/><path d="m60.988281 5.074219h-48.058593l-7.636719 132.875h63.332031zm0 0" fill="#4ea3da"/><path d="m12.929688 19.925781h48.058593l6.78125 118.023438h.855469l-7.636719-132.875h-48.058593l-7.636719 132.875h.855469zm0 0" fill="#fff"/><path d="m34.015625 168h68.816406v42.007812h-68.816406zm0 0" fill="#ffcc34"/><path d="m34.015625 168h68.816406v14.851562h-68.816406zm0 0" fill="#fff"/><path d="m129.6875 168h68.820312v42.007812h-68.820312zm0 0" fill="#ffcc34"/><path d="m129.6875 168h68.820312v14.851562h-68.820312zm0 0" fill="#fff"/><path d="m225.363281 168h68.820313v42.007812h-68.820313zm0 0" fill="#ffcc34"/><path d="m225.363281 168h68.820313v14.851562h-68.820313zm0 0" fill="#fff"/><path d="m8.542969 81.4375h56.832031l-2.414062-42.007812h-52.003907zm0 0" fill="#ffcc34"/><path d="m10.957031 56.402344h52.003907l1.441406 25.035156h.972656l-2.414062-42.007812h-52.003907l-2.414062 42.007812h.972656zm0 0" fill="#fff"/><path d="m153.382812 101.621094-88.007812-20.957032 3.25 57.285157h84.757812zm0 0" fill="#4ea3da"/><path d="m65.375 80.664062 1.222656 21.507813 86.785156 20.664063v-21.214844zm0 0" fill="#fff"/><path d="m238.144531 101.621094-84.761719-20.183594v56.511719h84.761719zm0 0" fill="#4ea3da"/><path d="m153.382812 81.4375v21.214844l84.761719 20.183594v-21.214844zm0 0" fill="#fff"/><path d="m322.902344 101.621094-84.757813-20.183594v56.511719h84.757813zm0 0" fill="#4ea3da"/><path d="m238.144531 81.4375v21.214844l84.757813 20.183594v-21.214844zm0 0" fill="#fff"/><path d="m63 246.289062h39.835938v47.257813h-39.835938zm0 0" fill="#4ea3da"/><path d="m63 246.289062h39.835938v14.851563h-39.835938zm0 0" fill="#fff"/><path d="m63 246.289062h39.835938v47.257813h-39.835938zm0 0" fill="#ffcc34"/><g fill="#122436"><path d="m29.015625 215.007812h78.816406v-52.007812h-78.816406zm10-42.007812h58.816406v32.007812h-58.816406zm0 0"/><path d="m124.6875 215.007812h78.820312v-52.007812h-78.820312zm10-42.007812h58.820312v32.007812h-58.820312zm0 0"/><path d="m220.363281 215.007812h78.820313v-52.007812h-78.820313zm10-42.007812h58.820313v32.007812h-58.820313zm0 0"/><path d="m324.0625 96.757812-90.917969-21.652343v20.183593l-84.761719-20.183593v20.183593l-78.273437-18.636718-2.425781-42.222656-1.972656-34.3554692h-57.5l-1.976563 34.3554692-.855469 14.925781-4.804687 83.597656h-.277344v4.847656l-.296875 5.148438h.296875v155.597656h327.605469v-200.875zm-90.917969 8.8125v27.378907h-74.761719v-45.183594zm-217.464843-61.140624h42.5625l.519531 9.015624 1.320312 22.992188h-46.242187l1.53125-26.625zm-2.417969 42.007812h47.390625l2.675781 46.511719h-52.738281zm135.121093 19.132812v27.378907h-75.035156l-2.601562-45.867188zm-130.730468-95.496093h38.613281l1.398437 24.355469h-41.410156zm80.183594 278.476562h-29.839844v-37.261719h29.835937v37.261719zm220.066406 0h-210.066406v-47.261719h-49.835938v47.261719h-47.707031v-145.601562h307.609375zm-74.757813-155.601562v-45.183594l74.757813 17.804687v27.378907zm0 0"/></g><path d="m404.644531 221.882812h-145c-6.902343 0-12.5-5.597656-12.5-12.5 0-6.90625 5.597657-12.5 12.5-12.5h145c6.90625 0 12.5 5.59375 12.5 12.5 0 6.902344-5.59375 12.5-12.5 12.5zm0 0" fill="#4ea3da"/><path d="m259.648438 209.09375h144.996093c4.6875 0 8.769531 2.578125 10.910157 6.394531 1.011718-1.808593 1.589843-3.890625 1.589843-6.105469 0-6.90625-5.59375-12.5-12.5-12.5h-144.996093c-6.90625 0-12.5 5.59375-12.5 12.5 0 2.214844.578124 4.296876 1.589843 6.105469 2.140625-3.816406 6.222657-6.394531 10.910157-6.394531zm0 0" fill="#fff"/><path d="m412.144531 293.550781h-160l12.0625-71.667969h135.882813zm0 0" fill="#ffcc34"/><path d="m264.207031 238.167969h135.882813l9.316406 55.382812h2.738281l-12.054687-71.667969h-135.882813l-12.0625 71.667969h2.742188zm0 0" fill="#fff"/><path d="m312.703125 176.882812h38.886719v20h-38.886719zm0 0" fill="#4ea3da"/><path d="m312.703125 176.882812h38.886719v10.175782h-38.886719zm0 0" fill="#fff"/><path d="m344.367188 176.882812h-24.441407v-136.40625c0-6.75 5.46875-12.222656 12.21875-12.222656s12.222657 5.472656 12.222657 12.222656zm0 0" fill="#ffcc34"/><path d="m332.144531 28.253906c-6.75 0-12.21875 5.472656-12.21875 12.222656v18.320313c0-6.75 5.46875-12.222656 12.21875-12.222656s12.222657 5.472656 12.222657 12.222656v-18.320313c0-6.75-5.472657-12.222656-12.222657-12.222656zm0 0" fill="#fff"/><path d="m405.984375 226.8125c4.289063-.324219 8.179687-2.195312 11.035156-5.058594 3.160157-3.152344 5.128907-7.558594 5.125-12.371094.003907-4.816406-1.964843-9.226562-5.125-12.375-3.148437-3.160156-7.558593-5.128906-12.375-5.125h-48.050781v-20h-7.222656v-131.40625c0-4.742187-1.933594-9.078124-5.046875-12.179687-3.097657-3.109375-7.4375-5.046875-12.175781-5.042969-4.742188-.003906-9.078126 1.933594-12.179688 5.042969-3.105469 3.101563-5.042969 7.4375-5.039062 12.179687v131.40625h-7.222657v20h-48.058593c-4.8125-.003906-9.222657 1.964844-12.371094 5.125-3.160156 3.148438-5.128906 7.558594-5.128906 12.375-.003907 4.8125 1.96875 9.222657 5.128906 12.371094 2.855468 2.863282 6.746094 4.734375 11.03125 5.058594l-12.070313 71.734375h171.824219l-.980469-5.828125zm-88.28125-44.929688h28.886719v10h-28.886719zm7.222656-141.40625c.003907-2.011718.796875-3.785156 2.113281-5.109374 1.324219-1.3125 3.097657-2.113282 5.105469-2.117188 2.011719.003906 3.785157.800781 5.109375 2.117188 1.3125 1.320312 2.113282 3.097656 2.117188 5.109374v131.40625h-14.445313zm-65.28125 176.40625c-2.085937-.003906-3.929687-.832031-5.300781-2.199218-1.367188-1.371094-2.195312-3.214844-2.199219-5.300782 0-2.085937.832031-3.933593 2.199219-5.304687 1.371094-1.367187 3.214844-2.195313 5.300781-2.195313h145c2.085938 0 3.929688.832032 5.304688 2.195313 1.363281 1.371094 2.191406 3.214844 2.195312 5.304687-.003906 2.085938-.832031 3.929688-2.195312 5.300782-1.375 1.367187-3.21875 2.195312-5.304688 2.199218zm8.789063 10h127.421875l10.375 61.667969h-18.253907v-33.335937h-10v33.335937h-15.414062v-33.335937h-10v33.335937h-15.417969v-33.335937h-10v33.335937h-15.417969v-33.335937h-10v33.335937h-15.414062v-33.335937h-10v33.335937h-18.257812zm0 0" fill="#122436"/></svg>
                        </div>
                        <h3><a href="#">Building Cleaning</a></h3>
                        <p>Cleanz is well known and most trusted name in home cleaning service company in Bangladesh</p>
                        <a href="#" class="read-more"><i class="fas fa-share"></i></a>
                    </div>
                </div>
            </div>
            <div class="col-lg-4 col-md-6 sm-padding wow fadeInUp" data-wow-delay="500ms">
                <div class="service-card">
                    <div class="service-thumb">
                        <img src="assets/img/service-3.jpg" alt="img">
                    </div>
                    <div class="service-content">
                       <div class="service-icon">
                            <svg height="60px" viewBox="0 -52 430.512 430" width="60px" xmlns="http://www.w3.org/2000/svg"><path d="m5 69.925781h243.332031v250.675781h-243.332031zm0 0" fill="#4ea3da"/><path d="m5 69.925781h243.332031v17.5h-243.332031zm0 0" fill="#fff"/><path d="m53.585938 106.425781h155.5v72h-155.5zm0 0" fill="#fff"/><path d="m48.585938 101.425781v82h165.5v-82zm10 10h145.5v62h-145.5zm0 0" fill="#122436"/><path d="m0 .257812v325.347657h253.332031v-325.347657zm243.332031 315.34375h-233.332031v-305.34375h233.332031zm0 0" fill="#122436"/><path d="m291.035156 69.925781h-286.035156v-64.667969h245.335938zm0 0" fill="#ffcc34"/><path d="m291.035156 69.925781h-286.035156v-64.667969h245.335938zm0 0" fill="#4ea3da"/><path d="m278.445312 69.925781h12.589844l-40.699218-64.667969h-245.335938v20h245.335938zm0 0" fill="#fff"/><path d="m295.265625 67.261719-42.171875-67.003907h-253.09375v74.664063h300.089844zm-285.265625-57.003907h237.574219l34.40625 54.667969h-271.980469zm0 0" fill="#122436"/><path d="m5 202.269531h298.664062v32.667969h-298.664062zm0 0" fill="#ffcc34"/><path d="m5 202.269531h298.664062v14h-298.664062zm0 0" fill="#fff"/><path d="m5 262.9375h298.664062v32.664062h-298.664062zm0 0" fill="#ffcc34"/><path d="m5 262.9375h298.664062v14h-298.664062zm0 0" fill="#fff"/><path d="m0 197.269531v42.667969h308.664062v-42.667969zm10 10h288.664062v22.667969h-288.664062zm0 0" fill="#122436"/><path d="m0 300.601562h308.664062v-42.664062h-308.664062zm10-32.664062h288.664062v22.664062h-288.664062zm0 0" fill="#122436"/><path d="m88.332031 320.601562h-56v-131.84375c0-4.933593 1.300781-9.78125 3.777344-14.046874 10.789063-18.605469 37.65625-18.605469 48.445313 0 2.476562 4.269531 3.78125 9.113281 3.78125 14.046874v131.84375zm0 0" fill="#ffcc34"/><path d="m84.554688 174.710938c-10.789063-18.605469-37.65625-18.605469-48.445313 0-2.476563 4.269531-3.78125 9.113281-3.78125 14.046874v20c0-4.933593 1.304687-9.78125 3.78125-14.046874 10.789063-18.605469 37.65625-18.605469 48.445313 0 2.472656 4.269531 3.777343 9.113281 3.777343 14.046874v-20c0-4.933593-1.300781-9.78125-3.777343-14.046874zm0 0" fill="#fff"/><path d="m182.332031 320.601562h-56v-131.84375c0-4.933593 1.300781-9.78125 3.777344-14.046874 10.789063-18.605469 37.65625-18.605469 48.445313 0 2.476562 4.269531 3.78125 9.113281 3.78125 14.046874v131.84375zm0 0" fill="#ffcc34"/><path d="m178.554688 174.710938c-10.789063-18.605469-37.65625-18.605469-48.445313 0-2.472656 4.269531-3.78125 9.113281-3.78125 14.046874v20c0-4.933593 1.304687-9.78125 3.78125-14.046874 10.785156-18.605469 37.65625-18.605469 48.445313 0 2.472656 4.269531 3.777343 9.113281 3.777343 14.046874v-20c0-4.933593-1.300781-9.78125-3.777343-14.046874zm0 0" fill="#fff"/><path d="m276.332031 320.601562h-56v-131.84375c0-4.933593 1.300781-9.78125 3.777344-14.046874 10.789063-18.605469 37.65625-18.605469 48.445313 0 2.476562 4.269531 3.78125 9.113281 3.78125 14.046874v131.84375zm0 0" fill="#ffcc34"/><path d="m272.554688 174.710938c-10.785157-18.605469-37.65625-18.605469-48.445313 0-2.472656 4.269531-3.78125 9.113281-3.78125 14.046874v20c0-4.933593 1.304687-9.78125 3.78125-14.046874 10.789063-18.605469 37.65625-18.605469 48.445313 0 2.472656 4.269531 3.777343 9.113281 3.777343 14.046874v-20c0-4.933593-1.300781-9.78125-3.777343-14.046874zm0 0" fill="#fff"/><g fill="#122436"><path d="m76.371094 159.871094c-4.972656-2.75-10.511719-4.113282-16.039063-4.113282-5.527343 0-11.066406 1.363282-16.039062 4.113282-4.972657 2.742187-9.363281 6.898437-12.511719 12.332031-2.914062 5.03125-4.453125 10.742187-4.453125 16.554687v136.847657h66v-136.847657c0-5.8125-1.535156-11.523437-4.449219-16.554687-3.148437-5.433594-7.535156-9.589844-12.507812-12.332031zm-39.039063 28.886718c0-4.054687 1.070313-8.035156 3.101563-11.539062 2.25-3.867188 5.261718-6.691406 8.699218-8.597656 3.433594-1.902344 7.3125-2.863282 11.195313-2.863282 3.886719 0 7.765625.960938 11.199219 2.863282 3.441406 1.910156 6.453125 4.730468 8.699218 8.597656 2.03125 3.507812 3.101563 7.484375 3.101563 11.539062v126.84375h-46v-126.84375zm0 0"/><path d="m170.371094 159.871094c-4.972656-2.75-10.507813-4.113282-16.035156-4.113282-5.53125 0-11.066407 1.363282-16.042969 4.113282-4.96875 2.742187-9.359375 6.898437-12.507813 12.332031-2.917968 5.03125-4.453125 10.742187-4.453125 16.554687v136.847657h66v-136.847657c0-5.8125-1.535156-11.523437-4.453125-16.554687-3.148437-5.433594-7.535156-9.589844-12.507812-12.332031zm-39.039063 28.886718c0-4.054687 1.070313-8.035156 3.101563-11.539062 2.25-3.867188 5.261718-6.691406 8.699218-8.597656 3.433594-1.902344 7.3125-2.863282 11.195313-2.863282 3.886719 0 7.765625.960938 11.199219 2.863282 3.4375 1.910156 6.453125 4.730468 8.699218 8.597656 2.035157 3.507812 3.101563 7.484375 3.101563 11.539062v126.84375h-46v-126.84375zm0 0"/><path d="m276.878906 172.203125c-3.148437-5.433594-7.535156-9.585937-12.507812-12.332031-4.972656-2.75-10.511719-4.113282-16.039063-4.113282-5.527343 0-11.066406 1.363282-16.039062 4.113282-4.972657 2.742187-9.363281 6.898437-12.511719 12.332031-2.914062 5.03125-4.453125 10.742187-4.453125 16.554687v136.847657h66v-136.847657c.003906-5.8125-1.53125-11.527343-4.449219-16.554687zm-51.546875 16.554687c0-4.054687 1.070313-8.035156 3.101563-11.539062 2.25-3.867188 5.261718-6.691406 8.699218-8.597656 3.433594-1.902344 7.3125-2.863282 11.195313-2.863282 3.886719 0 7.765625.960938 11.199219 2.863282 3.4375 1.910156 6.453125 4.730468 8.699218 8.597656 2.03125 3.507812 3.101563 7.484375 3.101563 11.539062v126.84375h-46zm0 0"/></g><path d="m413.011719 248.9375h-145c-6.902344 0-12.5-5.597656-12.5-12.5 0-6.90625 5.597656-12.5 12.5-12.5h145c6.902343 0 12.5 5.59375 12.5 12.5 0 6.902344-5.597657 12.5-12.5 12.5zm0 0" fill="#4ea3da"/><path d="m268.015625 236.148438h144.996094c4.6875 0 8.769531 2.578124 10.910156 6.394531 1.011719-1.804688 1.589844-3.886719 1.589844-6.105469 0-6.90625-5.597657-12.5-12.5-12.5h-144.996094c-6.90625 0-12.5 5.59375-12.5 12.5 0 2.214844.578125 4.296875 1.589844 6.105469 2.136719-3.816407 6.222656-6.394531 10.910156-6.394531zm0 0" fill="#fff"/><path d="m420.511719 320.601562h-160l12.058593-71.664062h135.882813zm0 0" fill="#ffcc34"/><path d="m272.570312 265.222656h135.882813l9.320313 55.378906h2.738281l-12.058594-71.664062h-135.882813l-12.058593 71.664062h2.742187zm0 0" fill="#fff"/><path d="m321.066406 203.9375h38.890625v20h-38.890625zm0 0" fill="#4ea3da"/><path d="m321.066406 203.9375h38.890625v10.175781h-38.890625zm0 0" fill="#fff"/><path d="m352.734375 203.9375h-24.445313v-136.40625c0-6.75 5.472657-12.222656 12.222657-12.222656s12.21875 5.472656 12.21875 12.222656v136.40625zm0 0" fill="#ffcc34"/><path d="m340.511719 55.308594c-6.75 0-12.21875 5.472656-12.21875 12.222656v18.320312c0-6.75 5.46875-12.222656 12.21875-12.222656s12.222656 5.472656 12.222656 12.222656v-18.320312c0-6.75-5.472656-12.222656-12.222656-12.222656zm0 0" fill="#fff"/><path d="m414.355469 253.867188c9.035156-.6875 16.15625-8.21875 16.15625-17.429688.003906-4.816406-1.964844-9.226562-5.125-12.375-3.152344-3.160156-7.558594-5.128906-12.375-5.125h-48.054688v-20h-7.222656v-131.40625c.003906-4.742188-1.933594-9.078125-5.042969-12.179688-3.097656-3.109374-7.4375-5.046874-12.179687-5.042968-4.738281-.003906-9.078125 1.933594-12.175781 5.042968-3.109376 3.101563-5.046876 7.4375-5.042969 12.179688v131.40625h-7.222657v20h-48.054687c-4.816406-.003906-9.222656 1.964844-12.375 5.125-3.160156 3.152344-5.128906 7.558594-5.125 12.375-.003906 4.816406 1.964844 9.222656 5.125 12.371094 2.855469 2.863281 6.746094 4.730468 11.035156 5.058594l-12.074219 71.734374h171.824219l-.980469-5.828124zm-81.0625-186.335938c0-2.011719.800781-3.785156 2.113281-5.109375 1.324219-1.3125 3.097656-2.113281 5.109375-2.117187 2.011719.003906 3.785156.800781 5.105469 2.117187 1.316406 1.320313 2.113281 3.097656 2.117187 5.109375v131.40625h-14.445312zm-7.226563 141.40625h28.890625v10h-28.890625zm-58.054687 35c-2.085938-.003906-3.929688-.832031-5.304688-2.199219-1.363281-1.371093-2.191406-3.214843-2.195312-5.300781.003906-2.085938.832031-3.929688 2.199219-5.304688 1.375-1.367187 3.214843-2.195312 5.304687-2.195312h144.996094c2.089843 0 3.929687.832031 5.304687 2.195312 1.363282 1.371094 2.195313 3.214844 2.195313 5.304688 0 2.085938-.832031 3.929688-2.195313 5.300781-1.371094 1.367188-3.214844 2.195313-5.304687 2.199219zm8.789062 10h127.421875l10.378906 61.664062h-18.253906v-33.332031h-10v33.335938h-15.417968v-33.335938h-10v33.335938h-15.417969v-33.335938h-10v33.335938h-15.414063v-33.335938h-10v33.335938h-15.417968v-33.335938h-10v33.335938h-18.253907zm0 0" fill="#122436"/></svg>
                        </div>
                        <h3><a href="#">Office Cleaning</a></h3>
                        <p>Cleanz is well known and most trusted name in home cleaning service company in Bangladesh</p>
                        <a href="#" class="read-more"><i class="fas fa-share"></i></a>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section><!-- /.service-section -->


5) Working Process Section - top


<section class="work-process-section padding">
   <div class="process-border"></div>
    <div class="container">
        <div class="section-heading text-center mb-40 wow fadeInUp" data-wow-delay="200ms">
           <img src="assets/img/clean.png" alt="img">
           <h2>4 Steps Following We Complete Work</h2>
           <p>Cleanz is well known and most trusted name in home cleaning <br> service company in Bangladesh.</p>
        </div>
        <div class="row">
            <div class="col-lg-3 col-sm-6 sm-padding wow fadeInUp" data-wow-delay="200ms">
                <div class="work-pro-item">
                    <i class="far fa-calendar-check"></i>
                    <h3>Book Your Plan</h3>
                    <p>Cleanz is well known and most trusted name in home cleaning service.</p>
                </div>
            </div>
            <div class="col-lg-3 col-sm-6 sm-padding wow fadeInUp" data-wow-delay="300ms">
                <div class="work-pro-item">
                    <i class="far fa-hand-pointer"></i>
                    <h3>Confirm Your Plan</h3>
                    <p>Cleanz is well known and most trusted name in home cleaning service.</p>
                </div>
            </div>
            <div class="col-lg-3 col-sm-6 sm-padding wow fadeInUp" data-wow-delay="400ms">
                <div class="work-pro-item">
                    <i class="fas fa-broom"></i>
                    <h3>Cleaning With Care</h3>
                    <p>Cleanz is well known and most trusted name in home cleaning service.</p>
                </div>
            </div>
            <div class="col-lg-3 col-sm-6 sm-padding wow fadeInUp" data-wow-delay="500ms">
                <div class="work-pro-item">
                    <i class="far fa-thumbs-up"></i>
                    <h3>Get Your Result</h3>
                    <p>Cleanz is well known and most trusted name in home cleaning service.</p>
                </div>
            </div>
        </div>
    </div>
</section><!-- /.work-process-section -->


6) Features Section - top


<section class="features-section padding bg-grey">
    <div class="features-bg"></div>
    <div class="container">
        <div class="row">
            <div class="col-lg-6 wow fadeInLeft" data-wow-delay="200ms">
                <div class="section-heading mb-20">
                    <h2>Our Goal Is To Wow <br>With Every Clean</h2>
                    <p>Cleanz is well known and most trusted name in home cleaning service company in Bangladesh, we also provide pest control, security gard , facility managment and painting service in Bangladesh Most of people work better in pleasant </p>
                </div>
                <div class="row mb-20">
                    <div class="col-md-6">
                        <div class="feature-item">
                            <div class="feature-icon">
                                <svg height="50px" viewBox="0 -11 454.76801 454" width="50px" xmlns="http://www.w3.org/2000/svg"><g fill="#122436"><path d="m337.554688 68.871094c-2.824219-1.90625-5.703126-3.746094-8.632813-5.507813l-5.15625 8.566407c2.777344 1.671874 5.511719 3.417968 8.195313 5.226562zm0 0"/><path d="m297.636719 48.121094c-3.183594-1.214844-6.410157-2.351563-9.675781-3.402344l-3.070313 9.515625c3.097656 1 6.160156 2.078125 9.183594 3.230469zm0 0"/><path d="m355.46875 82.511719c-2.59375-2.21875-5.242188-4.371094-7.949219-6.453125l-6.097656 7.925781c2.566406 1.976563 5.085937 4.019531 7.542969 6.125zm0 0"/><path d="m313.585938 66.226562 4.613281-8.871093c-3.027344-1.574219-6.097657-3.070313-9.214844-4.492188l-4.144531 9.101563c2.957031 1.347656 5.875 2.765625 8.746094 4.261718zm0 0"/><path d="m399.273438 158.265625 9.179687-3.964844c-1.351563-3.136719-2.785156-6.226562-4.292969-9.269531l-8.960937 4.433594c1.429687 2.894531 2.789062 5.824218 4.074219 8.800781zm0 0"/><path d="m159.195312 58.042969c3.007813-1.179688 6.050782-2.277344 9.132813-3.304688l-3.152344-9.488281c-3.246093 1.078125-6.457031 2.238281-9.625 3.480469zm0 0"/><path d="m371.710938 98.085938c-2.324219-2.496094-4.714844-4.9375-7.164063-7.308594l-6.957031 7.183594c2.324218 2.253906 4.59375 4.566406 6.800781 6.9375zm0 0"/><path d="m384.65625 130.914062c1.753906 2.714844 3.441406 5.476563 5.054688 8.28125l8.667968-4.984374c-1.703125-2.957032-3.476562-5.867188-5.324218-8.726563zm0 0"/><path d="m378.03125 121.332031 8.042969-5.941406c-2.027344-2.742187-4.121094-5.433594-6.285157-8.066406l-7.726562 6.347656c2.054688 2.5 4.042969 5.054687 5.96875 7.660156zm0 0"/><path d="m58.882812 150.859375-9-4.363281c-1.488281 3.070312-2.898437 6.183594-4.226562 9.339844l9.214844 3.882812c1.261718-2.992188 2.597656-5.945312 4.011718-8.859375zm0 0"/><path d="m64.296875 140.523438c1.59375-2.828126 3.261719-5.609376 4.996094-8.34375l-8.441407-5.363282c-1.828124 2.882813-3.582031 5.8125-5.265624 8.789063zm0 0"/><path d="m75.851562 122.535156c1.90625-2.625 3.878907-5.195312 5.914063-7.71875l-7.777344-6.285156c-2.144531 2.652344-4.222656 5.363281-6.226562 8.125zm0 0"/><path d="m89.375 105.980469c2.1875-2.386719 4.4375-4.71875 6.746094-6.992188l-7.015625-7.125c-2.429688 2.394531-4.800781 4.847657-7.105469 7.363281zm0 0"/><path d="m121.566406 78.003906c2.664063-1.832031 5.378906-3.59375 8.140625-5.289062l-5.230469-8.523438c-2.90625 1.785156-5.765624 3.640625-8.574218 5.570313zm0 0"/><path d="m148.496094 62.621094-4.21875-9.066406c-3.09375 1.4375-6.144532 2.957031-9.148438 4.550781l4.6875 8.835937c2.851563-1.511718 5.746094-2.953125 8.679688-4.320312zm0 0"/><path d="m104.679688 91.070312c2.441406-2.121093 4.9375-4.183593 7.492187-6.179687l-6.164063-7.875c-2.6875 2.101563-5.316406 4.273437-7.890624 6.507813zm0 0"/><path d="m423.894531 248.039062c.144531-1.808593.265625-3.625.359375-5.445312h.003906c0-.015625 0-.03125 0-.046875.023438-.460937.035157-.925781.054688-1.386719.023438-.554687.042969-1.113281.0625-1.667968.023438-.675782.0625-1.347657.078125-2.027344.039063-1.648438.0625-3.304688.0625-4.960938 0-.046875.003906-.089844.003906-.132812 0-.015625 0-.03125 0-.046875v-.410157h-.011719c-.011718-4.121093-.183593-8.207031-.445312-12.265624l.050781-.003907c-.121093-1.855469-.265625-3.699219-.4375-5.539062-.027343-.300781-.0625-.597657-.089843-.898438-.125-1.253906-.242188-2.507812-.386719-3.753906l-.054688.007813c-.472656-4.085938-1.046875-8.140626-1.765625-12.148438l.027344-.003906c-.058594-.335938-.132812-.667969-.195312-1-.082032-.449219-.171876-.894532-.257813-1.339844-.492187-2.578125-1.023437-5.140625-1.617187-7.679688h-.007813c-.9375-4.003906-2.027344-7.945312-3.207031-11.851562l.042968-.011719c-.542968-1.804687-1.117187-3.589843-1.707031-5.375-.101562-.300781-.210937-.597656-.3125-.902343-.386719-1.152344-.777343-2.300782-1.1875-3.445313l-.046875.015625c-.511718-1.429688-.996094-2.871094-1.542968-4.285156l-9.328126 3.597656c.929688 2.417969 1.804688 4.863281 2.636719 7.324219.09375.285156.195313.570312.292969.851562 2.554688 7.671875 4.617188 15.570313 6.167969 23.648438.078125.421875.164062.839843.242187 1.261719.976563 5.273437 1.730469 10.625 2.25 16.046874.027344.285157.0625.566407.089844.851563.523438 5.699219.796875 11.46875.796875 17.304687v.046876.132812c-.003906 2.222656-.054687 4.433594-.132813 6.632812-.003906.039063-.003906.074219-.003906.109376-.019531.496093-.035156.996093-.058594 1.488281-.097656 2.179687-.222656 4.355469-.390624 6.515625-.03125.367187-.066407.730468-.101563 1.101562-.164063 1.960938-.363281 3.917969-.589844 5.863282-.027343.238281-.050781.476562-.082031.714843-.039062.339844-.085938.675781-.125 1.015625-.242188 1.902344-.507812 3.792969-.804688 5.679688-.023437.167968-.046874.335937-.074218.5-.730469 4.570312-1.625 9.082031-2.679688 13.535156-.289062 1.226562-.585937 2.449219-.898437 3.664062-.132813.519532-.277344 1.027344-.417969 1.542969-.269531 1.011719-.539062 2.027344-.828125 3.03125-1.160156 4.0625-2.460937 8.066407-3.882813 12.007813-.316406.871094-.640624 1.738281-.96875 2.601562-.230468.609375-.457031 1.21875-.691406 1.824219-.347656.894531-.710937 1.777344-1.070312 2.660156-1.71875 4.222657-3.589844 8.363281-5.601563 12.421875-1.289062 2.597656-2.636719 5.15625-4.039062 7.683594-2.019531 3.636719-4.152344 7.203125-6.402344 10.691406-1.652344 2.554688-3.363281 5.0625-5.132813 7.527344-2.378906 3.316406-4.859374 6.550781-7.445312 9.703125-2 2.433594-4.054688 4.820313-6.171875 7.148437-2.019531 2.222657-4.09375 4.398438-6.214844 6.523438-.742187.742188-1.5 1.46875-2.253906 2.199219-2.089844 2.019531-4.226563 3.992187-6.40625 5.917969-3.191406 2.8125-6.480469 5.515624-9.855469 8.105468-2.269531 1.742188-4.578125 3.433594-6.925781 5.070313-3.414063 2.378906-6.902344 4.648437-10.476563 6.800781-2.59375 1.566406-5.234374 3.066406-7.910156 4.503906-3.613281 1.945313-7.300781 3.777344-11.054687 5.484375-.910157.417969-1.832031.816407-2.75 1.214844-.515625.226563-1.027344.457031-1.542969.675781-1.074219.457032-2.152344.894532-3.234375 1.332032-4.265625 1.71875-8.605469 3.285156-13.019531 4.691406-.839844.269531-1.679688.527344-2.523438.785156-.671875.203125-1.347656.40625-2.023437.601562-.839844.242188-1.683594.480469-2.527344.714844-4.683594 1.289063-9.445313 2.402344-14.269531 3.328125-.910156.175781-1.816406.351563-2.730469.515625-.6875.121094-1.382813.230469-2.074219.34375-.882812.144532-1.757812.292969-2.644531.425782-4.230469.640624-8.511719 1.128906-12.835937 1.480468-.800782.0625-1.609376.117188-2.414063.175782-.792969.054687-1.585937.105468-2.382813.148437-.8125.042969-1.628906.082031-2.449218.113281-2.65625.113282-5.324219.183594-8.011719.183594-2.441406 0-4.871094-.0625-7.292969-.152344-.855468-.035156-1.714844-.0625-2.566406-.105468-.785156-.039063-1.566406-.097657-2.347656-.148438-.816406-.050781-1.636719-.097656-2.449219-.160156-4.324219-.335938-8.597656-.824219-12.832031-1.449219-.832032-.121094-1.664063-.25-2.492188-.382813-.742187-.121093-1.484375-.242187-2.222656-.371093-.832031-.140625-1.65625-.292969-2.484375-.449219-4.835937-.90625-9.609375-2-14.308594-3.273438-.910156-.246093-1.824219-.492187-2.730469-.75-.632812-.183593-1.261718-.375-1.894531-.5625-.882812-.265624-1.761719-.527343-2.640625-.804687-4.027344-1.265625-7.996094-2.667969-11.898437-4.191406-.957031-.378907-1.910157-.765625-2.859375-1.15625-.503906-.207031-1.011719-.410157-1.515625-.621094-1.082031-.457031-2.15625-.929687-3.226563-1.402344-4.054687-1.800781-8.03125-3.738281-11.929687-5.808593-2.558594-1.359376-5.074219-2.773438-7.558594-4.246094-3.660156-2.171875-7.242187-4.457032-10.734375-6.863282-2.390625-1.648437-4.742188-3.347656-7.050781-5.097656-3.25-2.46875-6.425781-5.035156-9.503907-7.707031-2.371093-2.054687-4.6875-4.171875-6.949218-6.339844-.953125-.914062-1.898438-1.832031-2.832032-2.765625-1.945312-1.945312-3.839843-3.933594-5.695312-5.964844-2.054688-2.238281-4.054688-4.527343-5.996094-6.867187-2.652344-3.195313-5.199218-6.484375-7.640625-9.855469-1.679687-2.320312-3.308593-4.6875-4.886719-7.089844-2.324218-3.539062-4.53125-7.15625-6.617187-10.859374-1.425781-2.535157-2.796875-5.105469-4.109375-7.714844-1.816406-3.609375-3.523438-7.277344-5.109375-11.015625-.617187-1.460938-1.21875-2.929688-1.800781-4.410157-.042969-.113281-.085938-.230468-.128906-.34375-.53125-1.351562-1.046876-2.703124-1.542969-4.070312-1.4375-3.9375-2.738281-7.9375-3.914063-11.992188-.242187-.847656-.480468-1.695312-.710937-2.542968-.1875-.679688-.375-1.359375-.554688-2.042969-.222656-.851563-.433593-1.703125-.644531-2.554687-1.179688-4.792969-2.179688-9.65625-2.984375-14.585938-.0625-.382812-.125-.765625-.183594-1.148438-.324219-2.046874-.617187-4.109374-.871093-6.183593-.050782-.398438-.089844-.796875-.136719-1.195313-.230469-1.980468-.433594-3.96875-.601563-5.96875-.027344-.339844-.0625-.675781-.089844-1.015625-.167968-2.121093-.289062-4.253906-.386718-6.394531-.007813-.222656-.019532-.441406-.027344-.664062-.015625-.34375-.03125-.691407-.042969-1.035157-.082031-2.261719-.132812-4.53125-.132812-6.8125 0-5.71875.269531-11.375.769531-16.960937.039062-.441406.082031-.882813.125-1.328125.515625-5.304688 1.25-10.542969 2.199219-15.707031.078125-.429688.15625-.859376.238281-1.289063 1.53125-8.027344 3.578125-15.871094 6.101562-23.5.140626-.425781.28125-.851563.425782-1.277344.828125-2.445312 1.695312-4.875 2.621094-7.273437l-9.332032-3.601563c-.75 1.945313-1.429687 3.921875-2.121094 5.894531l-.039062-.011718c-.207031.585937-.394531 1.183594-.597656 1.777344-.152344.453124-.304688.90625-.453125 1.363281-.726563 2.1875-1.421875 4.386719-2.070313 6.605469l.023438.007812c-1.140625 3.914062-2.15625 7.882812-3.054688 11.890625l-.039062-.007813c-.464844 2.074219-.886719 4.167969-1.285156 6.265626-.085938.445312-.164063.894531-.25 1.339843-.148438.8125-.308594 1.621094-.449219 2.433594l.050781.007813c-.683594 4.015624-1.253906 8.066406-1.691406 12.160156l-.042969-.003906c-.070313.648437-.121094 1.300781-.183594 1.949218-.046875.472656-.089843.945313-.136719 1.417969-.203124 2.265625-.382812 4.539063-.507812 6.828125l.03125.003906c-.203125 3.648438-.332031 7.3125-.332031 11.011719v.015625c0 .414062.011719.824219.015625 1.238281h-.011719c.003906.640625.023437 1.28125.035156 1.921875.011719.847656.023438 1.699219.046875 2.542969.015625.582031.039063 1.160156.058594 1.738281.019531.433594.039062.863282.054688 1.296875.03125.683594.058593 1.367188.09375 2.046875.011718.226563.019531.453125.03125.675782h.011718c.082032 1.40625.171875 2.816406.28125 4.214843.027344.359375.066406.714844.09375 1.074219.179688 2.101562.390625 4.195312.632813 6.277344.027343.21875.039062.445312.066406.660156h-.003906c.003906.042969.011719.082031.015625.125.011718.089844.023437.179688.035156.269531.011719.101563.027344.199219.042969.300781.109375.886719.230469 1.769532.351562 2.652344.109375.78125.210938 1.5625.328125 2.34375.085938.578125.179688 1.152344.269532 1.730469.027343.175781.050781.359375.078124.535156h.011719c.019531.136719.046875.273438.066407.410157.097656.585937.179687 1.175781.28125 1.757812h.007812c.703125 4.050781 1.53125 8.058594 2.472656 12.027344h-.011718c.121093.507812.257812 1.007812.382812 1.511718.222656.914063.449219 1.824219.6875 2.730469.1875.71875.386719 1.433594.582031 2.148438.246094.890625.492188 1.78125.75 2.667969.078125.277343.152344.554687.234375.832031l.011719-.003907c1.160156 3.941407 2.429687 7.835938 3.828125 11.671876h-.003906c.019531.050781.039062.105468.058594.160156.507812 1.390625 1.035156 2.773437 1.570312 4.152344.066406.160156.125.328124.1875.492187.613281 1.550781 1.242188 3.09375 1.894531 4.628906.007813.023438.019531.046875.027344.070313h.003906c1.601563 3.773437 3.324219 7.480468 5.148438 11.125l-.011719.007812c.128906.257813.265625.511719.398438.769532.425781.847656.867187 1.691406 1.308593 2.53125.328125.625.652344 1.253906.988281 1.875.453126.84375.914063 1.679687 1.382813 2.515624.246094.441407.480469.886719.730469 1.328126l.007812-.007813c2.019532 3.5625 4.152344 7.058594 6.378906 10.480469l-.007812.003906c.105469.164062.222656.316406.328125.476562 1.664063 2.542969 3.390625 5.039063 5.167969 7.496094.105468.144532.203125.300782.308594.445313l.011718-.007813c2.410156 3.308594 4.914063 6.546875 7.523438 9.695313l-.003906.003906c.054687.0625.117187.128906.171874.195313 2.054688 2.472656 4.167969 4.894531 6.339844 7.261718.070313.082032.140625.167969.214844.246094l.007812-.007812c2.769532 3.015624 5.632813 5.941406 8.582032 8.78125l-.007813.003906c.0625.058594.128907.117187.1875.175781 2.386719 2.285156 4.828125 4.519531 7.324219 6.683594.015625.015625.03125.027343.046875.039062 3.089844 2.679688 6.277344 5.253907 9.53125 7.742188l-.007813.011719c.132813.097656.273438.191406.40625.292968 2.4375 1.851563 4.925782 3.648438 7.449219 5.386719.152344.101563.292969.214844.441407.316406l.007812-.007812c3.375 2.3125 6.828125 4.515625 10.351562 6.621093l-.007812.007813c.402344.242187.8125.46875 1.214844.703125.808594.476562 1.621094.945312 2.433594 1.410156.625.355469 1.257812.707032 1.886718 1.054688.820313.453125 1.644532.902344 2.46875 1.34375.3125.167968.613282.339844.925782.503906l.007812-.011719c3.617188 1.910157 7.296875 3.722657 11.042969 5.410157.367187.167968.742187.320312 1.109375.480468 1.109375.492188 2.222656.984375 3.34375 1.457032.546875.230468 1.09375.445312 1.644531.671874.984375.40625 1.972656.808594 2.964844 1.199219.132812.050781.261719.105469.390625.15625l.003906-.007812c3.8125 1.484375 7.679688 2.847656 11.601562 4.09375l-.003906.011719c.183594.058593.371094.109374.554688.167968.921875.289063 1.847656.566406 2.777344.84375.667968.199219 1.332031.402344 2.003906.597656.953125.273438 1.90625.527344 2.867187.789063.542969.148437 1.082031.304687 1.628907.449219v-.011719c3.945312 1.03125 7.941406 1.9375 11.976562 2.726563l-.003906.015624c.488281.09375.980468.175782 1.46875.265626.878906.164062 1.757812.328124 2.640625.480468.773437.132813 1.546875.257813 2.324219.386719.878906.140625 1.761718.277344 2.644531.410156.335937.046875.671875.109375 1.011719.15625l.003906-.015625c4.027344.570313 8.09375 1.03125 12.199218 1.355469v.003906c.09375.007813.1875.011719.277344.019531.882813.066407 1.773438.121094 2.660156.175782.800782.050781 1.601563.109375 2.40625.152344.871094.046874 1.75.070312 2.621094.105468.753906.03125 1.5.070313 2.253906.089844v-.003906c1.832032.050781 3.667969.078125 5.507813.078125 2.265625 0 4.519531-.050781 6.765625-.125v.011719c.558594-.015626 1.113281-.054688 1.667969-.078126.863281-.035156 1.722656-.070312 2.582031-.117187.835938-.046875 1.667969-.105469 2.5-.160156.855469-.058594 1.707031-.117188 2.554688-.183594.300781-.023437.605468-.039063.90625-.066406v-.015625c4.101562-.347656 8.167968-.816406 12.191406-1.417969l.003906.011719c.140625-.023438.285156-.046875.425781-.070313.925781-.140625 1.847657-.296875 2.773438-.449219.726562-.117187 1.460937-.230468 2.1875-.359374.972656-.171876 1.941406-.363282 2.910156-.550782.59375-.113281 1.191406-.214844 1.785156-.335937l-.003906-.007813c4.035156-.8125 8.015625-1.757812 11.953125-2.8125l.003906.011719c.417969-.113281.828125-.234375 1.242188-.351563.902344-.246093 1.800781-.5 2.695312-.761718.710938-.203125 1.421875-.417969 2.128906-.632813.886719-.265625 1.769532-.542969 2.648438-.824219.363281-.117187.734375-.222656 1.097656-.339843l-.003906-.015625c3.90625-1.269532 7.761719-2.648438 11.558594-4.152344v.003906c.421875-.164062.835937-.34375 1.253906-.515625 1.078125-.4375 2.15625-.871093 3.222656-1.324219.5625-.238281 1.113282-.488281 1.671875-.734374.957031-.414063 1.914063-.832032 2.863281-1.265626.128907-.058593.257813-.113281.386719-.167968l-.003906-.007813c3.726563-1.707031 7.386719-3.527343 10.984375-5.453125l.003906.007813c.15625-.085938.308594-.171875.464844-.257813.886719-.476562 1.761719-.964844 2.640625-1.457031.5625-.316406 1.132813-.625 1.691406-.945313.933594-.535156 1.855469-1.082031 2.777344-1.628906.433594-.257812.875-.507812 1.304687-.765625v-.003906c3.503907-2.121094 6.933594-4.355469 10.292969-6.679687l.007813.011718c.15625-.109375.300781-.226562.453125-.332031 2.484375-1.730469 4.925781-3.519531 7.320312-5.359375.15625-.117188.320313-.226562.476563-.347656l-.007813-.007813c3.242188-2.503906 6.402344-5.101562 9.476563-7.796875l.007812.007813c.136719-.117188.261719-.246094.398438-.367188 2.300781-2.023437 4.550781-4.101562 6.753906-6.234375.121094-.113281.246094-.21875.367188-.335937l-.007813-.011719c2.933594-2.851562 5.789063-5.785156 8.542969-8.816406.007812-.007813.011718-.011719.019531-.019532 2.234375-2.460937 4.40625-4.980468 6.515625-7.550781.050781-.058593.101562-.117187.152344-.175781l-.007813-.007812c2.59375-3.164063 5.085938-6.414063 7.480469-9.742188l.007812.007812c.066407-.089843.121094-.183593.183594-.269531 1.871094-2.605469 3.683594-5.261719 5.425782-7.960937.050781-.078125.109374-.152344.15625-.230469l-.003907-.003906c2.21875-3.4375 4.320313-6.957031 6.320313-10.539063l.011718.003906c.179688-.316406.347657-.640624.527344-.964843.449219-.816407.890625-1.636719 1.332032-2.457031.339843-.636719.675781-1.273438 1.007812-1.914063.433594-.839844.863281-1.679687 1.285156-2.523437.203125-.40625.414063-.804688.617188-1.210938l-.015625-.003906c1.808593-3.667969 3.511719-7.402344 5.089843-11.195313l.007813.003907c.203125-.488282.390625-.988282.59375-1.476563.367187-.902344.730469-1.804687 1.085937-2.710937.253907-.652344.5-1.304688.746094-1.957032.339844-.90625.679688-1.8125 1.007813-2.722656.085937-.234375.175781-.464844.261719-.699219l-.011719-.003906c1.367187-3.84375 2.628906-7.738281 3.765625-11.6875h.003906c.027344-.085937.050781-.175781.074219-.265625.296875-1.046875.582031-2.101562.863281-3.152344.148438-.558594.304688-1.105468.449219-1.664062.332031-1.273438.636719-2.554688.941406-3.839844.078125-.328125.164063-.65625.242187-.984375h-.003906c.921875-3.96875 1.703125-7.988281 2.378906-12.042969h.019532c.050781-.308594.089844-.621094.140625-.929687h.007812c.03125-.191407.054688-.386719.082031-.578125.125-.777344.242188-1.558594.355469-2.335938.117188-.796875.226563-1.589844.335938-2.390625.089843-.671875.179687-1.347656.261719-2.023437.039062-.328125.078124-.652344.117187-.976563.035156-.300781.078125-.597656.113281-.898437l-.015625-.003906c.210938-1.871094.398438-3.75.558594-5.636719.03125-.367188.070313-.746094.097656-1.128907zm0 0"/><path d="m178.679688 51.632812c1.90625-.511718 3.824218-.992187 5.75-1.445312.234374-.054688.472656-.101562.710937-.15625 5.433594-1.253906 10.960937-2.269531 16.566406-3.039062.609375-.085938 1.21875-.164063 1.828125-.238282 1.320313-.167968 2.644532-.320312 3.976563-.460937.578125-.0625 1.152343-.128907 1.734375-.183594 5.96875-.574219 12.015625-.875 18.136718-.875 5.949219 0 11.828126.292969 17.632813.832031.605469.058594 1.210937.113282 1.820313.175782 1.511718.15625 3.019531.332031 4.519531.523437.359375.046875.722656.085937 1.082031.132813 3.988281.535156 7.941406 1.191406 11.847656 1.972656.03125.007812.066406.015625.101563.019531 1.789062.363281 3.566406.75 5.335937 1.160156.539063.125 1.070313.257813 1.605469.386719 1.59375.378906 3.179687.769531 4.753906 1.191406l2.597657-9.65625c-.835938-.222656-1.6875-.421875-2.527344-.632812l.003906-.027344c-.828125-.210938-1.664062-.402344-2.496094-.601562-.558594-.136719-1.117187-.273438-1.679687-.40625-1.882813-.433594-3.773438-.847657-5.675781-1.230469-.019532-.003907-.039063-.007813-.058594-.011719-.023438-.003906-.042969-.011719-.066406-.015625v.003906c-3.996094-.796875-8.035157-1.46875-12.113282-2.019531l.003906-.007812c-.105468-.015626-.210937-.027344-.316406-.039063-.367187-.050781-.734375-.089844-1.101562-.132813-1.59375-.207031-3.191406-.390624-4.792969-.558593-.636719-.066407-1.269531-.121094-1.90625-.183594-.683594-.0625-1.367187-.140625-2.054687-.199219v.03125c-4.050782-.335937-8.136719-.554687-12.257813-.640625v-.027343c-1.414063-.03125-2.835937-.046876-4.257813-.046876-2 0-3.988281.03125-5.972656.089844v.007813c-4.117187.125-8.199218.382812-12.25.753906v-.019531c-.296875.027344-.589844.0625-.886718.089844-.601563.058593-1.199219.128906-1.800782.191406-1.40625.144531-2.808594.308594-4.203125.484375-.640625.082031-1.28125.164062-1.917969.25-.453124.0625-.90625.113281-1.355468.179687l.003906.023438c-4.070312.589844-8.105469 1.296875-12.09375 2.128906l-.003906-.019531c-1.328125.277343-2.644532.578125-3.964844.882812-.269531.058594-.539062.113281-.808594.179688-1.738281.40625-3.46875.835937-5.183594 1.289062l.003907.015625c-.289063.074219-.578125.136719-.867188.214844zm0 0"/></g><path d="m55.621094 197.996094c-6.203125 0-11.25-5.046875-11.25-11.25 0-5.179688-4.195313-9.375-9.375-9.375-5.175782 0-9.375 4.195312-9.375 9.375 0 6.203125-5.046875 11.25-11.25 11.25-5.175782 0-9.375 4.199218-9.375 9.375 0 5.179687 4.199218 9.375 9.375 9.375 6.203125 0 11.25 5.046875 11.25 11.25 0 5.179687 4.199218 9.378906 9.375 9.378906 5.179687 0 9.375-4.199219 9.375-9.378906 0-6.203125 5.046875-11.25 11.25-11.25 5.179687 0 9.375-4.195313 9.375-9.375 0-5.175782-4.199219-9.375-9.375-9.375zm0 0" fill="#ffcc34"/><path d="m65.785156 197.207031c-2.585937-2.59375-6.210937-4.214843-10.164062-4.210937-1.730469-.003906-3.265625-.691406-4.414063-1.835938-1.144531-1.148437-1.832031-2.683594-1.835937-4.414062.003906-3.953125-1.613282-7.582032-4.210938-10.164063-2.585937-2.59375-6.210937-4.210937-10.164062-4.210937s-7.578125 1.617187-10.160156 4.210937c-2.597657 2.585938-4.214844 6.210938-4.210938 10.164063-.003906 1.730468-.691406 3.265625-1.835938 4.414062-1.148437 1.144532-2.683593 1.832032-4.414062 1.835938-3.953125-.003906-7.582031 1.617187-10.164062 4.210937-2.59375 2.585938-4.21484425 6.207031-4.210938 10.164063-.00390625 3.953125 1.617188 7.578125 4.210938 10.164062 2.585937 2.59375 6.210937 4.210938 10.164062 4.207032 1.730469.003906 3.265625.695312 4.414062 1.835937 1.144532 1.148437 1.832032 2.683594 1.835938 4.414063-.003906 3.957031 1.613281 7.582031 4.210938 10.164062 2.585937 2.597656 6.210937 4.214844 10.160156 4.210938 3.957031.003906 7.582031-1.613282 10.164062-4.210938 2.597656-2.585938 4.214844-6.207031 4.210938-10.164062.003906-1.730469.691406-3.265626 1.835937-4.414063 1.148438-1.140625 2.683594-1.832031 4.414063-1.835937 3.953125.003906 7.582031-1.613282 10.164062-4.207032 2.59375-2.585937 4.210938-6.214844 4.210938-10.164062 0-3.957032-1.617188-7.582032-4.210938-10.164063zm-7.070312 13.257813c-.808594.800781-1.871094 1.277344-3.09375 1.28125-4.472656-.003906-8.566406 1.832031-11.488282 4.765625-2.933593 2.921875-4.765624 7.015625-4.761718 11.484375-.003906 1.222656-.484375 2.285156-1.28125 3.09375-.808594.800781-1.871094 1.277344-3.097656 1.28125-1.222657 0-2.285157-.480469-3.09375-1.28125-.796876-.808594-1.277344-1.871094-1.28125-3.09375.003906-4.472656-1.832032-8.5625-4.761719-11.484375-2.925781-2.933594-7.015625-4.769531-11.488281-4.765625-1.222657-.003906-2.285157-.480469-3.09375-1.28125-.800782-.808594-1.277344-1.871094-1.28125-3.09375 0-1.226563.480468-2.285156 1.28125-3.09375.808593-.800782 1.871093-1.28125 3.09375-1.285156 4.472656.003906 8.5625-1.832032 11.488281-4.761719 2.929687-2.921875 4.765625-7.011719 4.761719-11.484375.003906-1.222656.484374-2.285156 1.28125-3.09375.808593-.800782 1.871093-1.277344 3.09375-1.28125 1.226562 0 2.289062.480468 3.097656 1.28125.796875.808594 1.277344 1.871094 1.28125 3.09375-.003906 4.472656 1.832031 8.5625 4.761718 11.484375 2.921876 2.933593 7.015626 4.765625 11.488282 4.761719 1.222656.003906 2.285156.484374 3.09375 1.285156.800781.808594 1.277344 1.867187 1.28125 3.09375-.003906 1.222656-.480469 2.285156-1.28125 3.09375zm0 0" fill="#122436"/><path d="m440.390625 197.996094c-6.203125 0-11.25-5.046875-11.25-11.25 0-5.179688-4.195313-9.375-9.375-9.375-5.175781 0-9.375 4.195312-9.375 9.375 0 6.203125-5.046875 11.25-11.25 11.25-5.179687 0-9.375 4.199218-9.375 9.375 0 5.179687 4.195313 9.375 9.375 9.375 6.203125 0 11.25 5.046875 11.25 11.25 0 5.179687 4.199219 9.378906 9.375 9.378906 5.179687 0 9.375-4.199219 9.375-9.378906 0-6.203125 5.046875-11.25 11.25-11.25 5.179687 0 9.378906-4.195313 9.378906-9.375 0-5.175782-4.199219-9.375-9.378906-9.375zm0 0" fill="#ffcc34"/><path d="m450.558594 197.207031c-2.585938-2.59375-6.210938-4.214843-10.164063-4.210937-1.734375-.003906-3.265625-.691406-4.417969-1.835938-1.140624-1.148437-1.832031-2.683594-1.832031-4.414062 0-3.953125-1.617187-7.582032-4.210937-10.164063-2.585938-2.59375-6.210938-4.210937-10.164063-4.210937s-7.578125 1.617187-10.164062 4.210937c-2.59375 2.585938-4.214844 6.210938-4.210938 10.164063 0 1.730468-.691406 3.265625-1.832031 4.414062-1.152344 1.144532-2.683594 1.832032-4.417969 1.835938-3.953125-.003906-7.578125 1.617187-10.164062 4.210937-2.59375 2.585938-4.210938 6.207031-4.207031 10.164063-.003907 3.953125 1.613281 7.578125 4.207031 10.164062 2.585937 2.59375 6.210937 4.210938 10.164062 4.207032 1.734375.003906 3.265625.695312 4.417969 1.835937 1.140625 1.148437 1.832031 2.683594 1.832031 4.414063 0 3.957031 1.617188 7.582031 4.210938 10.164062 2.585937 2.597656 6.210937 4.214844 10.164062 4.210938 3.953125.003906 7.582031-1.613282 10.164063-4.210938 2.59375-2.585938 4.214844-6.207031 4.210937-10.164062 0-1.730469.691407-3.265626 1.832031-4.414063 1.152344-1.140625 2.683594-1.832031 4.417969-1.835937 3.953125.003906 7.578125-1.613282 10.164063-4.207032 2.59375-2.585937 4.214844-6.214844 4.210937-10.164062 0-3.957032-1.621093-7.582032-4.210937-10.164063zm-7.074219 13.257813c-.804687.800781-1.867187 1.277344-3.09375 1.28125-4.46875-.003906-8.5625 1.832031-11.484375 4.765625-2.933594 2.921875-4.765625 7.011719-4.765625 11.484375 0 1.222656-.480469 2.285156-1.28125 3.09375-.808594.800781-1.871094 1.277344-3.09375 1.28125-1.222656 0-2.285156-.480469-3.09375-1.28125-.800781-.808594-1.277344-1.871094-1.28125-3.09375 0-4.472656-1.832031-8.5625-4.761719-11.484375-2.925781-2.933594-7.015625-4.769531-11.488281-4.765625-1.222656-.003906-2.285156-.480469-3.09375-1.28125-.800781-.808594-1.277344-1.871094-1.28125-3.09375.003906-1.226563.480469-2.285156 1.28125-3.09375.808594-.800782 1.871094-1.28125 3.09375-1.285156 4.472656.003906 8.5625-1.832032 11.488281-4.761719 2.929688-2.921875 4.761719-7.015625 4.761719-11.484375 0-1.222656.480469-2.285156 1.28125-3.09375.808594-.800782 1.871094-1.277344 3.09375-1.28125 1.222656 0 2.285156.480468 3.09375 1.28125.800781.808594 1.277344 1.871094 1.28125 3.09375 0 4.472656 1.832031 8.5625 4.765625 11.484375 2.921875 2.933593 7.015625 4.765625 11.484375 4.761719 1.226563.003906 2.289063.484374 3.09375 1.285156.800781.808594 1.28125 1.867187 1.285156 3.09375-.003906 1.222656-.484375 2.285156-1.285156 3.09375zm0 0" fill="#122436"/><path d="m248.007812 26.007812c-6.203124 0-11.25-5.046874-11.25-11.25 0-5.175781-4.199218-9.375-9.375-9.375-5.179687 0-9.375 4.195313-9.375 9.375 0 6.203126-5.046874 11.25-11.25 11.25-5.179687 0-9.378906 4.199219-9.378906 9.375 0 5.179688 4.199219 9.378907 9.378906 9.378907 6.203126 0 11.25 5.042969 11.25 11.25 0 5.175781 4.195313 9.375 9.375 9.375 5.175782 0 9.375-4.199219 9.375-9.375 0-6.207031 5.046876-11.25 11.25-11.25 5.179688 0 9.375-4.199219 9.375-9.378907 0-5.175781-4.199218-9.375-9.375-9.375zm0 0" fill="#ffcc34"/><path d="m258.171875 25.21875c-2.585937-2.59375-6.210937-4.214844-10.164063-4.210938-1.730468 0-3.265624-.691406-4.414062-1.832031-1.144531-1.152343-1.832031-2.6875-1.835938-4.417969.003907-3.953124-1.617187-7.578124-4.210937-10.164062-2.585937-2.59375-6.207031-4.214844-10.164063-4.210938-3.953124 0-7.578124 1.621094-10.164062 4.210938-2.59375 2.585938-4.210938 6.210938-4.207031 10.164062-.003907 1.730469-.695313 3.265626-1.835938 4.417969-1.148437 1.140625-2.683593 1.832031-4.414062 1.832031-3.957031 0-7.582031 1.617188-10.164063 4.210938-2.59375 2.585938-4.214844 6.210938-4.210937 10.164062-.003907 3.953126 1.617187 7.578126 4.210937 10.164063 2.585938 2.59375 6.210938 4.210937 10.164063 4.210937 1.730469 0 3.265625.691407 4.414062 1.832032 1.140625 1.148437 1.832031 2.683594 1.835938 4.417968-.003907 3.953126 1.613281 7.578126 4.207031 10.164063 2.585938 2.59375 6.210938 4.210937 10.164062 4.207031 3.957032.003906 7.582032-1.613281 10.164063-4.207031 2.59375-2.585937 4.214844-6.210937 4.210937-10.164063.003907-1.734374.691407-3.269531 1.835938-4.417968 1.148438-1.140625 2.683594-1.832032 4.414062-1.832032 3.953126 0 7.582032-1.617187 10.164063-4.210937 2.59375-2.585937 4.210937-6.210937 4.210937-10.164063 0-3.953124-1.617187-7.578124-4.210937-10.164062zm-7.070313 13.257812c-.808593.800782-1.871093 1.277344-3.09375 1.28125-4.472656 0-8.5625 1.832032-11.488281 4.765626-2.929687 2.921874-4.765625 7.011718-4.761719 11.484374-.003906 1.222657-.484374 2.285157-1.285156 3.09375-.808594.800782-1.867187 1.277344-3.09375 1.28125-1.222656 0-2.285156-.480468-3.09375-1.28125-.800781-.808593-1.277344-1.871093-1.28125-3.09375.003906-4.472656-1.832031-8.5625-4.761718-11.484374-2.925782-2.933594-7.015626-4.765626-11.484376-4.765626-1.226562 0-2.289062-.480468-3.097656-1.28125-.796875-.808593-1.277344-1.871093-1.28125-3.09375.003906-1.226562.484375-2.285156 1.28125-3.09375.808594-.800781 1.871094-1.277343 3.097656-1.28125 4.46875 0 8.5625-1.832031 11.484376-4.765624 2.933593-2.921876 4.765624-7.015626 4.761718-11.484376.003906-1.226562.480469-2.289062 1.28125-3.097656.808594-.796875 1.871094-1.277344 3.09375-1.28125 1.226563.003906 2.285156.484375 3.09375 1.28125.800782.808594 1.28125 1.871094 1.285156 3.097656-.003906 4.46875 1.832032 8.5625 4.761719 11.484376 2.925781 2.933593 7.015625 4.765624 11.488281 4.765624 1.222657 0 2.285157.480469 3.09375 1.28125.796876.808594 1.277344 1.867188 1.28125 3.09375-.003906 1.222657-.484374 2.285157-1.28125 3.09375zm0 0" fill="#122436"/><path d="m90.375 426.90625v-48.75c0-51.296875 41.585938-92.878906 92.886719-92.878906h88.246093c51.296876 0 92.882813 41.582031 92.882813 95.136718v46.492188zm0 0" fill="#4ea3da"/><path d="m323.789062 330.289062c-1.207031-1.300781-2.453124-2.558593-3.738281-3.773437l-3.4375 3.628906 3.433594-3.628906c-14.664063-13.886719-34.398437-22.265625-56.015625-22.261719h-73.304688c-21.617187 0-41.328124 8.371094-55.988281 22.03125-1.296875 1.207032-2.554687 2.457032-3.773437 3.75l7.273437 6.859375c1.070313-1.128906 2.171875-2.230469 3.316407-3.292969 12.902343-12.011718 30.15625-19.34375 49.175781-19.347656h73.304687c19.015625.003906 36.246094 7.332032 49.140625 19.523438 1.128907 1.070312 2.226563 2.175781 3.285157 3.320312zm0 0" fill="#fff"/><path d="m331.257812 339.601562-8.230468 5.675782c1.648437 2.390625 3.160156 4.886718 4.527344 7.484375l8.847656-4.65625c-1.550782-2.949219-3.269532-5.789063-5.144532-8.503907zm0 0" fill="#fff"/><path d="m341.191406 359.019531-9.421875 3.359375c.972657 2.726563 1.792969 5.53125 2.453125 8.410156l9.746094-2.242187c-.746094-3.257813-1.675781-6.4375-2.777344-9.527344zm0 0" fill="#fff"/><path d="m336.191406 401.296875h10v9.347656h-10zm0 0" fill="#fff"/><path d="m336.191406 390.074219h10v-1.789063c0-2.699218-.121094-5.363281-.355468-7.996094l-9.960938.894532c.207031 2.332031.316406 4.699218.316406 7.101562zm0 0" fill="#fff"/><path d="m108.574219 386.410156v3.597656h10v-3.597656c0-1.820312.066406-3.628906.199219-5.414062l-9.972657-.738282c-.152343 2.03125-.230469 4.085938-.226562 6.152344zm0 0" fill="#fff"/><path d="m108.574219 401.265625h10v9.382813h-10zm0 0" fill="#fff"/><path d="m110.550781 368.40625 9.761719 2.183594c.640625-2.875 1.457031-5.6875 2.429688-8.417969l-9.417969-3.363281c-1.109375 3.117187-2.039063 6.320312-2.773438 9.597656zm0 0" fill="#fff"/><path d="m118.167969 347.851562 8.824219 4.699219c1.378906-2.589843 2.910156-5.085937 4.585937-7.476562l-8.191406-5.734375c-1.90625 2.71875-3.648438 5.558594-5.21875 8.511718zm0 0" fill="#fff"/><path d="m297.335938 350.214844h-139.90625l-19.273438 76.691406h178.453125zm0 0" fill="#ffcc34"/><path d="m157.339844 363.707031h19.855468l-18.621093-75.113281c-6.328125 1.742188-12.386719 4.132812-18.097657 7.101562zm0 0" fill="#ffcc34"/><path d="m314.289062 295.75c-5.710937-2.992188-11.761718-5.398438-18.085937-7.148438l-18.621094 75.105469h19.859375zm0 0" fill="#ffcc34"/><path d="m340.746094 309.253906c-6.128906-6.238281-13.097656-11.609375-20.691406-15.996094l.03125-.113281-3.476563-1.824219c-.4375-.226562-.894531-.429687-1.335937-.65625-.746094-.375-1.496094-.75-2.257813-1.109374-.730469-.34375-1.46875-.679688-2.210937-1.007813-.769532-.339844-1.542969-.671875-2.324219-.992187-.746094-.308594-1.496094-.605469-2.253907-.894532-.800781-.304687-1.605468-.597656-2.417968-.882812-.753906-.261719-1.507813-.523438-2.265625-.769532-.839844-.273437-1.683594-.523437-2.53125-.773437-.496094-.144531-.980469-.3125-1.476563-.449219l-4.949218-1.371094-.042969.160157c-6.78125-1.492188-13.816407-2.300781-21.035157-2.296875h-88.246093c-7.222657 0-14.253907.804687-21.03125 2.289062l-.035157-.152344-4.949218 1.359376c-.417969.117187-.824219.257812-1.238282.378906-.984374.285156-1.964843.578125-2.9375.890625-.621093.203125-1.234374.414062-1.851562.628906-.96875.335937-1.929688.683594-2.882812 1.046875-.601563.230469-1.199219.464844-1.792969.707031-.953125.382813-1.902344.785157-2.839844 1.203125-.574219.253906-1.144531.507813-1.714844.773438-.945312.441406-1.878906.898437-2.808593 1.371094-.335938.167968-.679688.320312-1.007813.492187l-3.496094 1.8125.027344.105469c-29.460937 16.871094-49.324219 48.59375-49.328125 84.976562v53.75h284.015625v-51.496094c.003906-28.082031-10.929687-53.15625-28.644531-71.160156zm-157.488282-18.980468h88.246094c6.398438.003906 12.628906.703124 18.632813 2.003906l-13.125 52.9375h-99.25l-13.125-52.945313c6-1.296875 12.226562-1.996093 18.621093-1.996093zm-87.882812 131.632812v-43.75c0-24.28125 9.828125-46.222656 25.738281-62.140625 4.839844-4.835937 10.246094-9.105469 16.097657-12.710937l13.335937 53.789062-16.289063 64.8125zm65.480469-64.800781-14.550781-58.683594c.46875-.21875.941406-.433594 1.414062-.640625.859375-.382812 1.726562-.75 2.601562-1.105469.519532-.210937 1.039063-.414062 1.5625-.617187.871094-.332032 1.75-.648438 2.632813-.953125.160156-.058594.320313-.109375.480469-.164063l14.945312 60.273438h114.898438l14.933594-60.25c.222656.074218.445312.148437.667968.226562.757813.265625 1.511719.539063 2.261719.824219.644531.246094 1.285156.503906 1.925781.765625.734375.300781 1.460938.609375 2.183594.933594.554688.246094 1.101562.496094 1.648438.75l-14.546876 58.667968 16.28125 64.773438h-165.628906zm159.652343 64.800781-16.285156-64.789062 13.320313-53.726563c5.84375 3.644531 11.238281 7.960937 16.074219 12.875 15.90625 16.179687 25.765624 38.671875 25.769531 64.144531v41.496094zm0 0" fill="#122436"/><path d="m278.292969 250.746094h13.539062c16.542969 0 30.109375-16.90625 30.085938-37.851563-.003907-4.074219-.171875-8.199219-.511719-12.363281-4.71875-57.761719-42.445312-103.484375-88.226562-106.941406-54.835938-4.140625-100.332032 50.941406-100.332032 119.472656v.398438c.054688 20.71875 13.699219 37.285156 30.066406 37.285156zm0 0" fill="#4ea3da"/><path d="m326.386719 200.121094c-2.441407-29.851563-13.394531-56.660156-29.839844-76.605469-8.226563-9.972656-17.839844-18.226563-28.472656-24.234375-10.632813-6.003906-22.296875-9.753906-34.519531-10.675781-2.070313-.15625-4.125-.234375-6.171876-.234375-13.914062-.003906-27.183593 3.582031-39.160156 9.996094-17.96875 9.628906-33.042968 25.566406-43.644531 45.421874-10.59375 19.859376-16.730469 43.683594-16.730469 69.273438v.410156c.035156 11.457032 3.796875 21.855469 10.03125 29.550782 3.121094 3.84375 6.875 7.015624 11.117188 9.242187 4.234375 2.222656 8.976562 3.484375 13.914062 3.480469h128.921875c4.984375.003906 9.761719-1.28125 14.019531-3.546875 6.390626-3.402344 11.636719-8.9375 15.304688-15.726563 3.640625-6.75 5.726562-14.769531 5.753906-23.363281h.003906l.003907-.105469v-.117187c-.007813-4.207031-.179688-8.464844-.53125-12.765625zm-9.472657 12.824218c.007813 9.378907-3.058593 17.761719-7.753906 23.625-2.339844 2.9375-5.074218 5.242188-8.003906 6.796876-2.933594 1.554687-6.046875 2.375-9.328125 2.378906h-128.917969c-3.246094-.003906-6.347656-.8125-9.273437-2.34375-4.378907-2.289063-8.339844-6.257813-11.1875-11.449219-2.855469-5.1875-4.585938-11.5625-4.605469-18.507813v-.386718c-.007812-31.984375 10.265625-60.847656 26.613281-81.535156 8.171875-10.34375 17.84375-18.644532 28.484375-24.339844 10.648438-5.699219 22.246094-8.8125 34.4375-8.816406 1.792969 0 3.597656.070312 5.417969.207031 10.671875.808593 20.890625 4.070312 30.355469 9.414062 14.191406 8.007813 26.667968 20.742188 36.011718 36.75 9.347657 16.007813 15.546876 35.265625 17.253907 56.195313.328125 4.027344.488281 8.015625.496093 11.953125zm0 0" fill="#122436"/><path d="m239.015625 111.566406c-39.566406-6.421875-76.847656 20.445313-83.269531 60.015625-6.421875 39.566407 20.449218 76.847657 60.015625 83.269531 39.566406 6.421876 76.851562-20.449218 83.273437-60.015624 6.417969-39.566407-20.449218-76.847657-60.019531-83.269532zm0 0" fill="#4ea3da"/><path d="m208.253906 161.949219c-11.34375 13.453125-28.320312 22-47.296875 22-3.277343-.394531-6.167969 2.300781-5.882812 5.589843 3.335937 38.621094 36.917969 68.589844 76.9375 66.105469 37.238281-2.3125 67.070312-33.421875 67.929687-70.722656.003906-.183594.007813-.371094.007813-.5625.042969-5.054687-5.160157-8.589844-9.789063-6.554687-9.027344 3.972656-19.007812 6.175781-29.503906 6.175781-30.832031 0-57.21875-19.023438-68.066406-45.96875zm0 0" fill="#ffcc34"/><path d="m301.316406 175.671875c-2.191406-2.140625-5.164062-3.449219-8.398437-3.453125-1.585938-.003906-3.226563.328125-4.773438 1.011719l.003907-.003907c-8.410157 3.699219-17.695313 5.75-27.488282 5.753907-14.378906-.003907-27.683594-4.429688-38.691406-12-11.007812-7.570313-19.6875-18.289063-24.738281-30.835938l-9.277344 3.734375c3.273437 8.128906 7.902344 15.535156 13.546875 22.042969-10.320312 10.507813-24.644531 17.027344-40.535156 17.027344-.214844-.011719-.429688-.039063-.644532-.039063-2.789062.003906-5.34375 1.128906-7.195312 2.941406-1.855469 1.800782-3.070312 4.390626-3.066406 7.242188 0 .289062.011718.585938.039062.882812 1.714844 19.839844 10.902344 37.554688 24.714844 50.285157 13.808594 12.734375 32.304688 20.527343 52.570312 20.527343 1.636719 0 3.28125-.050781 4.9375-.152343 19.9375-1.238281 37.871094-10.183594 50.90625-23.769531 13.042969-13.578126 21.253907-31.863282 21.714844-51.828126v-.011718c.003906-.203125.007813-.40625.011719-.617188v-.113281c.003906-3.414063-1.441406-6.5-3.636719-8.625zm-25.304687 54.269531c-11.402344 11.875-27.003907 19.636719-44.308594 20.710938-1.449219.089844-2.894531.136718-4.320313.136718-17.6875-.003906-33.738281-6.773437-45.792968-17.882812-12.050782-11.109375-20.042969-26.519531-21.535156-43.796875v-.015625l.054687-.089844.207031-.089844h.039063l.296875.039063h.304687c18.597657 0 35.4375-7.632813 47.550781-19.902344 2.46875 2.207031 5.050782 4.289063 7.789063 6.167969 12.605469 8.675781 27.910156 13.761719 44.359375 13.761719 11.199219 0 21.871094-2.355469 31.515625-6.597657h.007813c.273437-.121093.5-.160156.734374-.164062.464844-.003906 1.011719.210938 1.410157.605469.398437.402343.621093.859375.625 1.476562v.023438l-.007813.488281c-.398437 17.335938-7.53125 33.253906-18.929687 45.128906zm0 0" fill="#122436"/><path d="m227.382812 133.558594c27.570313 0 51.042969 13.550781 59.871094 32.507812.875 1.886719 3.730469 1.339844 3.738282-.742187v-.085938c0-27.144531-28.476563-49.152343-63.609376-49.152343-35.128906 0-63.605468 22.007812-63.605468 49.152343v.085938c.003906 2.082031 2.859375 2.628906 3.738281.742187 8.824219-18.957031 32.296875-32.507812 59.867187-32.507812zm0 0" fill="#fff"/></svg>
                            </div>
                            <div class="feature-content">
                                <h3>Experienced Staff</h3>
                                <p>Cleanz is well known and most trusted name in cleaning.</p>
                            </div>
                        </div>
                    </div>
                    <div class="col-md-6">
                        <div class="feature-item">
                            <div class="feature-icon">
                                <svg height="50px" viewBox="-34 0 419 419.956" width="50px" xmlns="http://www.w3.org/2000/svg"><g fill="#122436"><path d="m12.261719 195.078125-9.925781-1.195313c-.40625 3.363282-.71875 6.753907-.929688 10.171876l9.980469.621093c.203125-3.226562.492187-6.425781.875-9.597656zm0 0"/><path d="m16.722656 258.125-9.65625 2.59375c.890625 3.304688 1.871094 6.566406 2.945313 9.785156l9.484375-3.160156c-1.011719-3.035156-1.933594-6.109375-2.773438-9.21875zm0 0"/><path d="m11.410156 225.863281c-.203125-3.1875-.316406-6.398437-.339844-9.632812l-10 .066406c.023438 3.425781.144532 6.828125.363282 10.207031zm0 0"/><path d="m12.554688 237.363281-9.910157 1.335938c.457031 3.390625 1.007813 6.75 1.660157 10.078125l9.816406-1.910156c-.613282-3.136719-1.136719-6.304688-1.566406-9.503907zm0 0"/><path d="m23.53125 278.175781-9.242188 3.816407c1.304688 3.152343 2.691407 6.253906 4.171876 9.308593l9.003906-4.351562c-1.394532-2.878907-2.703125-5.804688-3.933594-8.773438zm0 0"/><path d="m36.558594 320.855469c2.058594 2.714843 4.195312 5.367187 6.402344 7.957031l7.605468-6.492188c-2.082031-2.441406-4.09375-4.941406-6.035156-7.503906zm0 0"/><path d="m32.851562 297.164062-8.675781 4.972657c1.691407 2.957031 3.46875 5.855469 5.328125 8.703125l8.371094-5.46875c-1.75-2.683594-3.425781-5.421875-5.023438-8.207032zm0 0"/><path d="m19.375 163.167969c1.011719-3.0625 2.113281-6.085938 3.296875-9.066407l-9.296875-3.691406c-1.253906 3.160156-2.421875 6.371094-3.496094 9.621094zm0 0"/><path d="m329.550781 152.691406c1.210938 2.964844 2.335938 5.972656 3.375 9.019532l9.464844-3.226563c-1.101563-3.230469-2.296875-6.421875-3.578125-9.570313zm0 0"/><path d="m320.324219 133.65625c1.578125 2.789062 3.078125 5.621094 4.496093 8.503906l8.972657-4.414062c-1.503907-3.058594-3.09375-6.066406-4.769531-9.019532zm0 0"/><path d="m341.300781 203.136719 9.976563-.710938c-.246094-3.414062-.585938-6.800781-1.023438-10.160156l-9.914062 1.285156c.410156 3.167969.730468 6.363281.960937 9.585938zm0 0"/><path d="m336.265625 172.773438c.816406 3.09375 1.542969 6.21875 2.183594 9.378906l9.800781-1.976563c-.679688-3.355469-1.449219-6.671875-2.316406-9.953125zm0 0"/><path d="m16.140625 174.261719-9.691406-2.460938c-.835938 3.289063-1.578125 6.613281-2.222657 9.972657l9.820313 1.886718c.605469-3.164062 1.304687-6.300781 2.09375-9.398437zm0 0"/><path d="m37.710938 125.03125c.476562-.734375.972656-1.453125 1.460937-2.175781.542969-.804688 1.085937-1.613281 1.640625-2.40625.386719-.550781.777344-1.089844 1.167969-1.632813 2.699219-3.761718 5.542969-7.414062 8.539062-10.929687 1.949219-2.285157 3.964844-4.515625 6.03125-6.691407 2.917969-3.070312 5.960938-6.023437 9.105469-8.863281 2.132812-1.925781 4.3125-3.808593 6.542969-5.621093 3.4375-2.796876 6.996093-5.445313 10.652343-7.964844.617188-.421875 1.234376-.84375 1.859376-1.261719.742187-.496094 1.496093-.984375 2.246093-1.46875.632813-.410156 1.265625-.816406 1.902344-1.214844 3.785156-2.367187 7.675781-4.585937 11.660156-6.648437.675781-.351563 1.355469-.691406 2.035157-1.03125.792968-.394532 1.582031-.785156 2.378906-1.167969.695312-.335937 1.398437-.664063 2.101562-.988281 4.0625-1.878906 8.207032-3.609375 12.4375-5.160156.679688-.25 1.367188-.484376 2.046875-.726563.882813-.308594 1.761719-.621094 2.652344-.914063.703125-.234374 1.417969-.457031 2.125-.683593 4.328125-1.371094 8.726563-2.585938 13.195313-3.605469.527343-.121094 1.054687-.226562 1.582031-.339844 1.105469-.238281 2.210937-.480468 3.324219-.695312.652343-.128906 1.308593-.242188 1.960937-.363282 4.582031-.839843 9.226563-1.507812 13.933594-1.960937.28125-.03125.566406-.046875.847656-.070313 1.402344-.128906 2.804687-.246093 4.214844-.339843.597656-.039063 1.203125-.0625 1.804687-.09375 3.058594-.167969 6.136719-.273438 9.234375-.273438 1.742188 0 3.480469.03125 5.210938.085938.515625.015625 1.027343.046875 1.539062.066406 1.191407.050781 2.382813.097656 3.566407.171875.652343.039062 1.304687.09375 1.953124.144531 4.738282.347657 9.421876.878907 14.035157 1.617188.570312.089843 1.132812.199219 1.699219.292969 1.089843.1875 2.179687.371093 3.261718.578124.664063.128907 1.324219.269532 1.988282.40625 4.574218.933594 9.082031 2.039063 13.507812 3.34375.117188.03125.226562.070313.339844.105469 1.472656.4375 2.941406.890625 4.398437 1.371094.582031.191406 1.15625.394531 1.738281.59375 5.339844 1.816406 10.554688 3.894531 15.632813 6.226563.65625.300781 1.3125.59375 1.960937.902343.910157.429688 1.808594.882813 2.710938 1.332031.574219.285157 1.15625.5625 1.726562.855469 3.996094 2.046875 7.890626 4.265625 11.691407 6.621094.652343.402344 1.300781.804687 1.945312 1.214844.75.480469 1.496094.972656 2.238281 1.460937.625.414063 1.253907.828125 1.871094 1.25 3.546875 2.417969 6.988282 4.976563 10.328125 7.65625 2.167969 1.738282 4.292969 3.53125 6.371094 5.375 3.148437 2.796875 6.191406 5.703125 9.117187 8.726563 1.964844 2.03125 3.871094 4.117187 5.730469 6.246093 2.730469 3.128907 5.355469 6.34375 7.847657 9.667969 1.820312 2.433594 3.574218 4.921875 5.261718 7.457031.144532.214844.296875.425782.441406.644532l8.347657-5.507813c-.082031-.117187-.164063-.234375-.246094-.355469l.007813-.003906c-.609376-.914062-1.238282-1.816406-1.859376-2.71875-.324218-.46875-.640624-.949218-.96875-1.414062-.9375-1.328125-1.894531-2.640625-2.863281-3.941406-2.515625-3.359376-5.15625-6.621094-7.898437-9.796876l.011718-.007812c-.148437-.171875-.3125-.332031-.460937-.503906-2.015625-2.304688-4.078125-4.566406-6.207031-6.765625-.082032-.085938-.15625-.171875-.234375-.257813l-.011719.011719c-2.847656-2.929687-5.800781-5.757813-8.847656-8.484375l.015625-.011719c-.320313-.285156-.652344-.5625-.976563-.847656-.625-.550781-1.253906-1.097656-1.886718-1.640625-.691407-.589844-1.386719-1.179688-2.085938-1.761719-.636719-.527343-1.273438-1.050781-1.917969-1.570312-.316406-.253907-.625-.519531-.941406-.769531l-.011719.015624c-3.195312-2.542968-6.480468-4.980468-9.851562-7.296874l.007812-.011719c-.195312-.136719-.398437-.265625-.59375-.398438-.636718-.433593-1.28125-.855469-1.925781-1.285156-.816406-.539063-1.632813-1.078125-2.460937-1.605469-.640626-.414062-1.292969-.816406-1.945313-1.21875-.558594-.34375-1.105469-.703125-1.664063-1.039062l-.011718.015625c-3.492188-2.113281-7.058594-4.121094-10.703125-5.992188v-.003906c-.050781-.027344-.101563-.050781-.152344-.078125-.40625-.207031-.816406-.398438-1.226563-.605469-1.152343-.578125-2.308593-1.15625-3.480468-1.710937-.566406-.269532-1.144532-.523438-1.71875-.789063-.882813-.40625-1.765625-.824219-2.65625-1.21875l-.003906.011719c-3.734376-1.648438-7.535157-3.167969-11.398438-4.558594l.003906-.007812c-1.066406-.382813-2.144531-.738282-3.21875-1.101563-.480468-.160156-.953125-.332031-1.433594-.492187-1.675781-.550782-3.363281-1.078125-5.0625-1.578125-3.902343-1.148438-7.867187-2.148438-11.878906-3.03125l.003906-.015625c-.839843-.183594-1.6875-.34375-2.53125-.515625-.671874-.136719-1.339843-.28125-2.011718-.410157-1.183594-.226562-2.375-.429687-3.566406-.628906-.566407-.097656-1.132813-.207031-1.699219-.296875-.078125-.011719-.152344-.027343-.230469-.042969v.007813c-4.011719-.636719-8.070312-1.125-12.164062-1.484375v-.015625c-.847657-.074219-1.703126-.125-2.554688-.1875-.667969-.046875-1.332031-.105469-2-.144531-1.289062-.082032-2.578125-.136719-3.875-.1875-.515625-.019532-1.027344-.050782-1.542969-.066406-.074219-.003907-.144531-.011719-.21875-.011719v.003906c-1.761719-.050781-3.53125-.082031-5.3125-.082031-2.324219 0-4.632812.058594-6.9375.148437v-.015625c-.964843.039063-1.921875.101563-2.886719.15625-.621093.03125-1.25.058594-1.871093.097656-1.5625.101563-3.121094.234376-4.671875.378907-.230469.019531-.460938.03125-.6875.054687-.023438 0-.046875.003906-.070313.003906v.003907c-4.09375.398437-8.144531.945312-12.148437 1.621093l-.003906-.015624c-.882813.148437-1.753907.324218-2.632813.480468-.664063.125-1.332031.238282-1.992187.367188-1.242188.242187-2.472657.507812-3.707032.777344-.5.109374-1 .207031-1.496094.320312-.0625.015625-.128906.027344-.191406.039062l.003906.007813c-4.003906.917969-7.949218 1.980469-11.84375 3.167969l-.003906-.019532c-.703125.214844-1.394531.449219-2.089844.671876-.703124.222656-1.40625.441406-2.105468.671874-1.015625.339844-2.019532.695313-3.027344 1.050782-.652344.230468-1.304688.449218-1.953125.6875-.167969.0625-.339844.121094-.511719.183594l.003906.011718c-3.839843 1.417969-7.613281 2.976563-11.320312 4.65625l-.007812-.023437c-.507813.230469-1.007813.476562-1.511719.710937-.6875.320313-1.371094.636719-2.054688.964844-.902343.433594-1.796875.875-2.6875 1.320312-.675781.339844-1.351562.675782-2.019531 1.023438-.296875.152344-.601562.296875-.898438.453125l.007813.019531c-3.621094 1.898438-7.171875 3.921875-10.640625 6.066406l-.007812-.015624c-.304688.183593-.597657.382812-.898438.570312-.660156.414062-1.3125.832031-1.964844 1.253906-.8125.523438-1.621094 1.046875-2.425781 1.585938-.652344.433594-1.296875.875-1.945313 1.320312-.429687.296875-.867187.582032-1.296874.878906l.011718.015626c-3.347656 2.347656-6.617187 4.800781-9.789062 7.371093l-.003906-.007812c-.070313.054687-.132813.117187-.203126.171875-2.398437 1.949218-4.738281 3.96875-7.03125 6.039062-.167968.152344-.347656.289063-.511718.441406l.007812.011719c-3.019531 2.75-5.953125 5.597657-8.773437 8.554688l-.003907-.003907c-.066406.066407-.121093.136719-.1875.203126-5.101562 5.355468-9.859374 11.039062-14.253906 17.007812l-.015625-.011719c-.390625.53125-.765625 1.078125-1.152343 1.617188-.476563.660156-.957032 1.320312-1.421876 1.988281-.550781.789062-1.085937 1.585938-1.625 2.378906-.332031.496094-.679687.988282-1.011718 1.488282l.011718.003906c-.207031.3125-.417968.613281-.621093.921875zm0 0"/><path d="m31.746094 134.941406-8.738282-4.855468c-1.652343 2.976562-3.222656 6.003906-4.703124 9.085937l9.011718 4.332031c1.394532-2.902344 2.875-5.757812 4.429688-8.5625zm0 0"/><path d="m58.371094 330.851562-7.140625 7.003907c2.386719 2.429687 4.839843 4.789062 7.363281 7.082031l6.722656-7.40625c-2.378906-2.160156-4.695312-4.386719-6.945312-6.679688zm0 0"/><path d="m315.496094 304.46875 8.410156 5.414062c1.84375-2.859374 3.605469-5.78125 5.285156-8.753906l-8.710937-4.914062c-1.585938 2.804687-3.246094 5.554687-4.984375 8.253906zm0 0"/><path d="m308.898438 313.96875c-1.925782 2.574219-3.921876 5.089844-5.992188 7.550781l7.648438 6.441407c2.195312-2.605469 4.3125-5.273438 6.355468-8.003907zm0 0"/><path d="m271.78125 350.128906 5.773438 8.164063c2.78125-1.96875 5.503906-4.015625 8.160156-6.136719l-6.238282-7.8125c-2.507812 2-5.074218 3.929688-7.695312 5.785156zm0 0"/><path d="m288.253906 336.820312 6.769532 7.363282c2.507812-2.304688 4.945312-4.683594 7.316406-7.128906l-7.183594-6.957032c-2.234375 2.304688-4.539062 4.546875-6.902344 6.722656zm0 0"/><path d="m336.363281 257.007812c-.816406 3.117188-1.71875 6.199219-2.710937 9.238282l9.511718 3.09375c1.050782-3.226563 2.007813-6.496094 2.871094-9.804688zm0 0"/><path d="m351.722656 214.671875-10 .023437v.378907c0 3.234375-.089844 6.445312-.273437 9.632812l9.984375.574219c.191406-3.378906.289062-6.78125.289062-10.207031zm0 0"/><path d="m338.890625 245.730469 9.828125 1.839843c.625-3.332031 1.15625-6.695312 1.589844-10.089843l-9.921875-1.265625c-.410157 3.203125-.910157 6.375-1.496094 9.515625zm0 0"/><path d="m262.125 356.472656c-2.738281 1.664063-5.527344 3.25-8.367188 4.753906l4.6875 8.835938c3.007813-1.597656 5.964844-3.277344 8.871094-5.042969zm0 0"/><path d="m325.808594 285.949219 9.03125 4.289062c1.460937-3.074219 2.835937-6.195312 4.121094-9.367187l-9.269532-3.753906c-1.210937 2.988281-2.507812 5.933593-3.882812 8.832031zm0 0"/><path d="m151.058594 378.476562-1.519532 9.882813c3.347657.515625 6.726563.933594 10.136719 1.257813l.941407-9.957032c-3.214844-.300781-6.402344-.699218-9.558594-1.183594zm0 0"/><path d="m127.601562 383.523438c3.261719.941406 6.558594 1.792968 9.894532 2.550781l2.210937-9.753907c-3.144531-.710937-6.253906-1.511718-9.328125-2.398437zm0 0"/><path d="m67.953125 352.855469c2.671875 2.105469 5.410156 4.136719 8.207031 6.089843l5.722656-8.203124c-2.636718-1.839844-5.21875-3.753907-7.738281-5.742188zm0 0"/><path d="m86.457031 365.609375c2.917969 1.746094 5.894531 3.414063 8.921875 4.992187l4.628906-8.863281c-2.855468-1.492187-5.660156-3.058593-8.414062-4.710937zm0 0"/><path d="m106.453125 375.894531c3.117187 1.359375 6.285156 2.632813 9.496094 3.808594l3.449219-9.386719c-3.027344-1.109375-6.011719-2.308594-8.953126-3.589844zm0 0"/><path d="m181.796875 380.316406c-1.792969.058594-3.59375.085938-5.402344.085938-1.417969 0-2.832031-.015625-4.238281-.050782l-.253906 9.996094c1.492187.039063 2.992187.054688 4.492187.054688 1.914063 0 3.820313-.027344 5.722657-.089844zm0 0"/><path d="m223.523438 373.59375c-3.066407.910156-6.167969 1.730469-9.308594 2.464844l2.277344 9.738281c3.332031-.777344 6.625-1.652344 9.878906-2.617187zm0 0"/><path d="m243.375 366.277344c-2.921875 1.292968-5.890625 2.507812-8.898438 3.636718l3.511719 9.363282c3.195313-1.199219 6.339844-2.484375 9.441407-3.863282zm0 0"/><path d="m193.328125 379.546875 1.011719 9.949219c3.402344-.347656 6.78125-.789063 10.125-1.328125l-1.589844-9.871094c-3.152344.507813-6.335938.925781-9.546875 1.25zm0 0"/></g><path d="m327.042969 348.824219c2.824219-7.050781 2.78125-14.796875-.121094-21.816407-2.773437-6.699218-7.914063-12.078124-14.476563-15.148437s-13.988281-3.566406-20.90625-1.402344l-83.675781 26.222657.164063-.875c1.0625-5.675782.085937-11.332032-2.820313-16.359376-3.28125-5.664062-8.582031-9.65625-14.929687-11.242187l-66.960938-16.734375c-4.960937-1.238281-10.09375-.875-14.835937 1.042969l-44.4375 18.015625v-13.253906c0-4.117188-3.347657-7.464844-7.464844-7.464844h-48.433594c-4.117187 0-7.464843 3.347656-7.464843 7.464844v97.59375c0 4.113281 3.347656 7.460937 7.464843 7.460937h48.433594c4.117187 0 7.464844-3.347656 7.464844-7.460937v-3.496094l.660156.164062 111.449219 27.519532c5.074218 1.25 10.675781.761718 15.460937-1.351563l120.273438-53.183594c6.949219-3.070312 12.332031-8.644531 15.15625-15.695312zm0 0" fill="#fff"/><path d="m5.476562 316.222656h53.765626v81.3125h-53.765626zm0 0" fill="#4ea3da"/><path d="m49.476562 380.488281h9.765626v-10h-9.765626zm-22 0h10v-10h-10zm-22 0h10v-10h-10zm0 0" fill="#fff"/><path d="m59.242188 342.070312 53.46875-23.460937c3.542968-1.554687 7.480468-1.972656 11.269531-1.199219l79.519531 16.242188s-4.941406 19.289062-26.234375 16.082031c-11.980469-1.804687-24.3125-3.664063-24.3125-3.664063l1.417969 5.304688c2.527344 9.425781 9.734375 16.882812 19.070312 19.730469 5.683594 1.734375 11.777344 1.601562 17.378906-.382813l129.554688-45.875s14.355469 18.476563-10.429688 35.285156c-24.785156 16.808594-126.332031 54.824219-126.332031 54.824219l-120.675781-28.796875zm0 0" fill="#ffcc34"/><path d="m327.109375 326.933594c-2.300781-5.5625-6.164063-10.082032-10.878906-13.183594-4.710938-3.105469-10.277344-4.816406-16.039063-4.820312-2.890625 0-5.828125.433593-8.714844 1.339843l-83.359374 26.121094c.347656-1.65625.515624-3.320313.515624-4.957031-.003906-5.414063-1.828124-10.574219-5.023437-14.730469-3.191406-4.15625-7.796875-7.328125-13.285156-8.695313l-66.960938-16.730468c-1.929687-.484375-3.902343-.722656-5.867187-.722656-3.097656 0-6.1875.59375-9.09375 1.773437l-44.160156 17.902344v-12.953125c0-2.101563-.867188-4.050782-2.246094-5.421875-1.371094-1.378907-3.320313-2.246094-5.421875-2.242188h-48.429688c-2.101562-.003906-4.050781.863281-5.421875 2.242188-1.378906 1.371093-2.246094 3.320312-2.246094 5.421875v97.589844c0 2.101562.867188 4.050781 2.246094 5.421874 1.375 1.378907 3.320313 2.246094 5.421875 2.246094h48.433594c2.101563 0 4.046875-.867187 5.417969-2.246094 1.382812-1.375 2.25-3.320312 2.246094-5.421874v-3.238282l111.867187 27.621094c1.910156.472656 3.855469.707031 5.796875.707031 3.351562 0 6.6875-.695312 9.789062-2.066406l120.273438-53.1875c5.417969-2.394531 9.777344-6.269531 12.753906-10.929687 2.980469-4.664063 4.597656-10.113282 4.601563-15.71875 0-3.714844-.714844-7.5-2.214844-11.121094zm-316.632813-27.320313h43.765626v92.921875h-43.765626zm305.820313 48.773438c-1.960937 3.0625-4.789063 5.585937-8.371094 7.171875l-120.273437 53.183594c-1.820313.804687-3.777344 1.214843-5.746094 1.214843-1.136719 0-2.28125-.136719-3.402344-.414062l-114.261718-28.210938v-60.308593l47.917968-19.425782c1.707032-.695312 3.519532-1.042968 5.335938-1.042968 1.15625 0 2.3125.140624 3.445312.421874l66.960938 16.734376c3.242187.8125 5.898437 2.644531 7.78125 5.089843 1.882812 2.445313 2.949218 5.480469 2.949218 8.632813 0 1.273437-.171874 2.574218-.542968 3.878906-.878906 3.089844-2.710938 5.644531-5.121094 7.457031-2.410156 1.804688-5.371094 2.835938-8.484375 2.835938-.699219 0-1.410156-.054688-2.125-.160157l-28.664063-4.316406-1.488281 9.886719 28.664063 4.320313c1.210937.179687 2.417968.269531 3.613281.269531 5.328125 0 10.386719-1.765625 14.484375-4.835938.675781-.507812 1.316406-1.0625 1.9375-1.640625l93.5625-29.320312c1.90625-.597656 3.828125-.878906 5.722656-.878906 3.769532 0 7.4375 1.125 10.539063 3.167968 3.097656 2.042969 5.617187 4.980469 7.136719 8.652344.992187 2.398438 1.457031 4.867188 1.457031 7.300781 0 3.671875-1.066407 7.269531-3.027344 10.335938zm0 0" fill="#122436"/><path d="m32.363281 307.597656c-4.765625 0-8.628906 3.863282-8.628906 8.625 0 4.765625 3.863281 8.628906 8.628906 8.628906 4.761719 0 8.625-3.863281 8.625-8.628906s-3.863281-8.625-8.625-8.625zm0 0" fill="#122436"/><path d="m257.496094 164.070312c-18.558594-44.800781-69.921875-66.078124-114.722656-47.519531-44.800782 18.558594-66.074219 69.917969-47.515626 114.722657 18.558594 44.800781 69.921876 66.074218 114.71875 47.515624 44.800782-18.554687 66.078126-69.917968 47.519532-114.71875zm0 0" fill="#ffcc34"/><path d="m176.367188 123.867188c46.136718 0 83.957031 35.585937 87.527343 80.804687.179688-2.3125.277344-4.644531.277344-7 0-48.492187-39.308594-87.804687-87.800781-87.804687-48.492188 0-87.800782 39.3125-87.800782 87.804687 0 2.355469.09375 4.6875.277344 7 3.5625-45.21875 41.386719-80.804687 87.519532-80.804687zm0 0" fill="#fff"/><path d="m233.667969 197.671875c0 31.644531-25.652344 57.296875-57.300781 57.296875-31.644532 0-57.300782-25.652344-57.300782-57.296875 0-31.648437 25.65625-57.304687 57.300782-57.304687 31.648437 0 57.300781 25.65625 57.300781 57.304687zm0 0" fill="#ffcc34"/><path d="m176.367188 152.367188c29.621093 0 53.992187 22.476562 56.992187 51.304687.203125-1.972656.308594-3.976563.308594-6 0-31.648437-25.652344-57.304687-57.300781-57.304687-31.644532 0-57.300782 25.65625-57.300782 57.304687 0 2.023437.109375 4.027344.3125 6 3-28.828125 27.367188-51.304687 56.988282-51.304687zm0 0" fill="#fff"/><path d="m176.367188 104.867188c-51.253907.003906-92.796876 41.546874-92.800782 92.804687.003906 51.253906 41.546875 92.796875 92.800782 92.796875 51.257812-.003906 92.796874-41.542969 92.800781-92.796875-.003907-51.257813-41.542969-92.800781-92.800781-92.804687zm58.550781 151.351562c-15 14.992188-35.667969 24.25-58.550781 24.253906-22.878907-.003906-43.550782-9.261718-58.546876-24.253906-14.992187-15-24.25-35.667969-24.253906-58.546875.003906-22.878906 9.261719-43.550781 24.253906-58.550781 14.996094-14.992188 35.667969-24.25 58.546876-24.253906 22.882812.003906 43.550781 9.261718 58.550781 24.253906 14.992187 15 24.246093 35.667968 24.253906 58.550781-.007813 22.878906-9.265625 43.546875-24.253906 58.546875zm0 0" fill="#122436"/><path d="m176.367188 135.367188c-34.410157.003906-62.296876 27.894531-62.300782 62.304687.003906 34.40625 27.890625 62.296875 62.300782 62.296875 34.410156-.003906 62.296874-27.890625 62.300781-62.296875-.003907-34.410156-27.890625-62.300781-62.300781-62.304687zm36.984374 99.285156c-9.480468 9.472656-22.527343 15.316406-36.984374 15.316406-14.457032 0-27.5-5.84375-36.980469-15.316406-9.472657-9.480469-15.316407-22.523438-15.320313-36.980469.003906-14.460937 5.847656-27.503906 15.320313-36.984375 9.480469-9.472656 22.523437-15.316406 36.980469-15.320312 14.457031 0 27.503906 5.84375 36.984374 15.320312 9.46875 9.476562 15.3125 22.523438 15.316407 36.984375-.003907 14.457031-5.847657 27.5-15.316407 36.980469zm0 0" fill="#122436"/><path d="m193.757812 201.21875c-1.160156-2.191406-2.910156-4.097656-5.195312-5.667969-2.136719-1.460937-5.351562-2.914062-9.824219-4.433593-4.667969-1.585938-6.808593-2.992188-7.78125-3.894532-1.105469-1.019531-1.640625-2.492187-1.640625-4.492187 0-2.132813.597656-3.6875 1.886719-4.898438 1.324219-1.242187 3.234375-1.847656 5.84375-1.847656 2.46875 0 4.328125.746094 5.679687 2.28125 1.453126 1.644531 2.15625 3.910156 2.15625 6.910156v3h10.242188v-3c0-5.425781-1.390625-9.847656-4.136719-13.136719-2.277343-2.726562-5.300781-4.511718-9.019531-5.332031v-7.628906h-9.632812v7.597656c-3.558594.722657-6.523438 2.269531-8.832032 4.613281-2.941406 2.984376-4.429687 6.863282-4.429687 11.535157 0 4.453125 1.367187 8.167969 4.050781 11.046875 2.546875 2.730468 6.664062 4.957031 12.511719 6.792968 4.839843 1.675782 6.988281 3.136719 7.9375 4.070313 1.136719 1.113281 1.664062 2.484375 1.664062 4.324219 0 2.019531-.675781 3.539062-2.132812 4.773437-1.578125 1.34375-3.640625 1.992188-6.308594 1.992188-3.089844 0-5.367187-.753907-6.960937-2.300781-1.570313-1.53125-2.335938-3.675782-2.335938-6.566407v-3h-10.277344v3c0 5.464844 1.601563 9.890625 4.765625 13.15625 2.582031 2.667969 6.019531 4.371094 10.238281 5.089844v7.066406h9.601563v-7.148437c3.699219-.707032 6.765625-2.238282 9.136719-4.5625 3.019531-2.964844 4.550781-6.855469 4.550781-11.570313 0-2.960937-.589844-5.574219-1.757813-7.769531zm0 0" fill="#fff"/><path d="m138.914062 27.398438 37.453126-21.625 37.453124 21.625v43.246093l-37.453124 21.625-37.453126-21.625zm0 0" fill="#4ea3da"/><path d="m176.367188 0-42.453126 24.511719v49.019531l42.453126 24.511719 42.453124-24.511719v-49.019531zm32.453124 67.757812-32.453124 18.734376-32.453126-18.734376v-37.476562l32.453126-18.734375 32.453124 18.738281zm0 0" fill="#122436"/><path d="m170.546875 68.472656-15.976563-15.976562 7.214844-7.210938 8.761719 8.761719 19.984375-19.984375 7.214844 7.214844zm0 0" fill="#fff"/></svg>
                            </div>
                            <div class="feature-content">
                                <h3>Fast Service</h3>
                                <p>Cleanz is well known and most trusted name in cleaning.</p>
                            </div>
                        </div>
                    </div>
                    <div class="col-md-6">
                        <div class="feature-item">
                            <div class="feature-icon">
                                <svg height="50px" viewBox="-17 0 421 421.518" width="50px" xmlns="http://www.w3.org/2000/svg"><path d="m318.367188 416.515625h-127.835938v-195.492187c0-27.15625 22.015625-49.167969 49.167969-49.167969h29.5c27.152343 0 49.167969 22.011719 49.167969 49.167969zm0 0" fill="#4ea3da"/><path d="m269.199219 171.855469h-29.5c-27.152344 0-49.167969 22.011719-49.167969 49.167969v22.945312c0-27.15625 22.015625-49.167969 49.167969-49.167969h29.5c27.152343 0 49.167969 22.011719 49.167969 49.167969v-22.945312c0-27.15625-22.015626-49.167969-49.167969-49.167969zm0 0" fill="#fff"/><path d="m190.53125 252.707031h127.835938v84.675781h-127.835938zm0 0" fill="#ffcc34"/><path d="m190.53125 252.707031h127.835938v22.945313h-127.835938zm0 0" fill="#fff"/><path d="m285.042969 171.855469h-61.1875l9.835937-46.980469h41.519532zm0 0" fill="#ffcc34"/><path d="m233.691406 144.542969h41.519532l5.714843 27.3125h4.117188l-9.832031-46.980469h-41.519532l-9.835937 46.980469h4.117187zm0 0" fill="#fff"/><path d="m289.96875 170.988281-.03125-.15625-10.667969-50.957031h-49.636719l-10.703124 51.113281c-19.605469 8.148438-33.394532 27.476563-33.398438 50.035157v200.492187h137.835938v-200.496094c-.003907-22.554687-13.792969-41.882812-33.398438-50.03125zm-59.957031-4.132812 7.738281-36.980469h33.394531l7.742188 36.980469zm83.355469 165.527343h-117.835938v-74.675781h117.835938zm0 79.132813h-117.835938v-69.132813h117.835938zm-117.835938-163.808594v-26.683593c.003906-12.214844 4.9375-23.222657 12.9375-31.230469 8.007812-8 19.019531-12.933594 31.230469-12.9375h29.5c12.210937.003906 23.222656 4.9375 31.230469 12.9375 8 8.007812 12.933593 19.015625 12.9375 31.230469v26.683593zm0 0" fill="#122436"/><path d="m50.828125 87.742188h49.9375v37.128906h-49.9375zm0 0" fill="#ffcc34"/><path d="m50.828125 87.742188h49.9375v18.527343h-49.9375zm0 0" fill="#fff"/><path d="m52.476562 5h115.367188v49.386719h-52.390625c-8.109375 0-14.6875 6.578125-14.6875 14.6875v18.667969h-49.9375v-26.296876c-19.160156-7.464843-25.546875-31.394531-12.652344-47.414062l2.855469-3.550781c2.789062-3.464844 6.996094-5.480469 11.445312-5.480469zm0 0" fill="#4ea3da"/><path d="m41.03125 35.183594-2.855469 3.546875c-1.703125 2.117187-3.070312 4.371093-4.113281 6.707031-4.378906-9.914062-3.445312-22.023438 4.113281-31.40625l2.855469-3.550781c2.789062-3.464844 6.996094-5.476563 11.445312-5.476563h115.367188v24.699219h-115.367188c-4.449218 0-8.65625 2.011719-11.445312 5.480469zm0 0" fill="#fff"/><path d="m167.84375 5h36.230469v49.386719h-36.230469zm0 0" fill="#ffcc34"/><path d="m167.84375 5h36.230469v24.703125h-36.230469zm0 0" fill="#fff"/><path d="m155.601562 54.386719 23.863282 57.390625c3.089844 7.433594-2.375 15.621094-10.425782 15.621094-4.453124 0-8.484374-2.617188-10.304687-6.679688l-29.691406-66.332031zm0 0" fill="#ffcc34"/><path d="m146.335938 416.515625h-141.078126v-221.105469c0-38.957031 31.582032-70.539062 70.539063-70.539062s70.539063 31.582031 70.539063 70.539062zm0 0" fill="#4ea3da"/><path d="m75.796875 124.875c-38.957031 0-70.539063 31.582031-70.539063 70.535156v28.378906c0-38.953124 31.582032-70.535156 70.539063-70.535156s70.539063 31.582032 70.539063 70.535156v-28.378906c0-38.953125-31.582032-70.535156-70.539063-70.535156zm0 0" fill="#fff"/><path d="m117.933594 281.675781c0-46.988281-42.136719-85.078125-42.136719-85.078125s-42.136719 38.089844-42.136719 85.078125c0 46.984375 42.136719 85.078125 42.136719 85.078125s42.136719-38.09375 42.136719-85.078125zm0 0" fill="#4ea3da"/><path d="m120.46875 280.277344c-1.953125-1.953125-5.121094-1.953125-7.070312 0l-32.601563 32.597656v-38.492188l29.894531-29.894531c1.953125-1.949219 1.953125-5.117187 0-7.066406-1.953125-1.953125-5.117187-1.953125-7.070312 0l-22.824219 22.820313v-63.644532c0-2.761718-2.238281-5-5-5s-5 2.238282-5 5v63.644532l-23.449219-23.449219c-1.953125-1.949219-5.117187-1.949219-7.070312 0-1.953125 1.953125-1.953125 5.117187 0 7.074219l30.519531 30.519531v38.492187l-32.605469-32.605468c-1.953125-1.953126-5.117187-1.953126-7.070312 0-1.953125 1.953124-1.953125 5.117187 0 7.074218l39.675781 39.675782v34.902343c0 2.761719 2.238281 5 5 5s5-2.238281 5-5v-34.90625l39.671875-39.671875c1.949219-1.953125 1.949219-5.117187 0-7.070312zm0 0" fill="#fff"/><path d="m172.84375 0h-120.367188c-5.960937 0-11.605468 2.699219-15.339843 7.34375l-2.859375 3.550781c-5.316406 6.597657-7.84375 14.453125-7.835938 22.136719 0 6.957031 2.042969 13.808594 5.890625 19.640625 3.25 4.933594 7.832031 9.125 13.496094 11.988281v61.40625c-26.808594 11.605469-45.566406 38.277344-45.570313 69.347656v226.105469h151.078126v-226.109375c-.003907-31.066406-18.761719-57.742187-45.570313-69.34375v-56.992187c.003906-2.6875 1.078125-5.082031 2.839844-6.847657 1.765625-1.761718 4.160156-2.835937 6.847656-2.839843h10.351563l28.367187 63.378906c2.625 5.859375 8.445313 9.632813 14.867187 9.632813 4.628907.007812 8.792969-1.9375 11.671876-4.925782 2.890624-2.984375 4.625-7.023437 4.628906-11.355468 0-2.078126-.410156-4.214844-1.261719-6.261719l-20.980469-50.46875h45.976563v-59.386719zm-31.507812 195.410156v216.105469h-131.078126v-216.105469c.003907-18.113281 7.328126-34.464844 19.195313-46.34375 11.878906-11.867187 28.230469-19.191406 46.34375-19.195312 18.113281.003906 34.464844 7.328125 46.34375 19.195312 11.867187 11.878906 19.191406 28.230469 19.195313 46.34375zm-45.570313-75.535156h-39.9375v-27.132812h39.9375zm19.6875-70.488281c-5.421875 0-10.371094 2.214843-13.921875 5.765625-3.554688 3.546875-5.765625 8.5-5.765625 13.921875v13.667969h-39.9375v-24.71875l-3.183594-1.238282c-5.195312-2.027344-9.199219-5.4375-11.964843-9.621094-2.761719-4.179687-4.242188-9.136718-4.238282-14.132812.003906-5.527344 1.773438-11.070312 5.628906-15.867188l2.855469-3.550781c1.835938-2.285156 4.613281-3.617187 7.550781-3.617187h110.367188v39.390625zm59.886719 66.730469c.003906 1.625-.671875 3.226562-1.808594 4.394531-1.144531 1.164062-2.632812 1.878906-4.496094 1.886719-2.476562 0-4.726562-1.457032-5.738281-3.71875l-26.542969-59.292969h15.507813l22.578125 54.308593c.351562.835938.496094 1.636719.5 2.421876zm-2.496094-106.117188h26.230469v39.390625h-26.230469zm0 0" fill="#122436"/><path d="m72.441406 192.886719c-.1875.175781-10.96875 9.925781-21.839844 25.804687-5.433593 7.941406-10.890624 17.425782-15.019531 28.054688-4.125 10.628906-6.921875 22.429687-6.921875 34.929687s2.796875 24.292969 6.921875 34.925781c6.195313 15.945313 15.367188 29.3125 22.992188 38.761719 7.625 9.445313 13.726562 14.96875 13.867187 15.097657 1.902344 1.722656 4.804688 1.722656 6.707032 0 .1875-.175782 10.972656-9.925782 21.84375-25.804688 5.433593-7.941406 10.894531-17.425781 15.019531-28.054688 4.125-10.628906 6.921875-22.425781 6.925781-34.925781-.003906-12.5-2.796875-24.300781-6.925781-34.929687-6.195313-15.945313-15.367188-29.3125-22.992188-38.761719-7.625-9.445313-13.726562-14.96875-13.867187-15.097656-1.90625-1.722657-4.808594-1.722657-6.710938 0zm20.777344 32.152343c5.019531 7.421876 9.972656 16.183594 13.644531 25.78125 3.679688 9.605469 6.070313 20.03125 6.070313 30.851563.003906 10.992187-2.464844 21.578125-6.246094 31.308594-5.65625 14.589843-14.257812 27.203125-21.449219 36.097656-3.59375 4.453125-6.828125 7.976563-9.144531 10.371094-.105469.105469-.195312.199219-.296875.300781-3.914063-4.019531-10.714844-11.519531-17.417969-21.445312-5.023437-7.421876-9.976562-16.179688-13.648437-25.78125-3.679688-9.601563-6.070313-20.027344-6.070313-30.851563-.003906-10.996094 2.46875-21.578125 6.246094-31.308594 5.65625-14.589843 14.257812-27.203125 21.449219-36.097656 3.589843-4.453125 6.824219-7.976563 9.144531-10.371094.105469-.105469.195312-.199219.296875-.300781 3.917969 4.019531 10.714844 11.523438 17.421875 21.445312zm0 0" fill="#122436"/><path d="m291.175781 11.722656c-38.636719 0-69.953125 34.648438-69.953125 34.648438s31.316406 34.648437 69.953125 34.648437 69.957031-34.648437 69.957031-34.648437-31.320312-34.648438-69.957031-34.648438zm0 0" fill="#4ea3da"/><path d="m357.160156 41.371094h-28.332031l-32.359375-32.355469c-1.953125-1.953125-5.117188-1.953125-7.070312 0-1.953126 1.953125-1.953126 5.117187 0 7.070313l25.289062 25.285156h-29.140625l-24.316406-24.320313c-1.957031-1.953125-5.121094-1.953125-7.070313 0-1.957031 1.953125-1.957031 5.117188 0 7.070313l17.246094 17.25h-50.183594c-2.761718 0-5 2.238281-5 5 0 2.761718 2.238282 5 5 5h50.183594l-17.761719 17.761718c-1.957031 1.957032-1.957031 5.121094 0 7.070313.972657.976563 2.253907 1.46875 3.535157 1.46875s2.558593-.488281 3.535156-1.46875l24.832031-24.832031h29.140625l-25.292969 25.289062c-1.957031 1.953125-1.957031 5.121094 0 7.070313.972657.976562 2.253907 1.464843 3.535157 1.464843s2.558593-.488281 3.535156-1.464843l32.363281-32.363281h28.332031c2.761719 0 5-2.238282 5-5 0-2.757813-2.238281-4.996094-5-4.996094zm0 0" fill="#fff"/><g fill="#122436"><path d="m291.175781 86.019531c-40.390625 0-72.324219-34.8125-73.664062-36.292969-1.71875-1.90625-1.71875-4.800781 0-6.707031 1.339843-1.480469 33.273437-36.296875 73.664062-36.296875 40.394531 0 72.328125 34.816406 73.667969 36.296875 1.71875 1.90625 1.71875 4.800781 0 6.707031-1.339844 1.480469-33.273438 36.292969-73.667969 36.292969zm-62.90625-39.652343c8.800781 8.394531 33.953125 29.652343 62.90625 29.652343 29.027344 0 54.125-21.242187 62.910157-29.644531-8.800782-8.390625-33.953126-29.652344-62.910157-29.652344-29.027343 0-54.121093 21.242188-62.90625 29.644532zm0 0"/><path d="m376.257812 46.371094v49.496094h10v-49.496094zm0 0"/><path d="m376.257812 285.976562h10v10.113282h-10zm0 0"/><path d="m376.257812 108h10v10.113281h-10zm0 0"/><path d="m376.257812 308.222656h10v10.113282h-10zm0 0"/><path d="m376.257812 352.71875h10v10.109375h-10zm0 0"/><path d="m376.257812 330.46875h10v10.113281h-10zm0 0"/><path d="m376.257812 241.480469h10v10.113281h-10zm0 0"/><path d="m376.257812 263.730469h10v10.113281h-10zm0 0"/><path d="m376.257812 130.246094h10v10.113281h-10zm0 0"/><path d="m376.257812 219.234375h10v10.113281h-10zm0 0"/><path d="m376.257812 152.492188h10v10.113281h-10zm0 0"/><path d="m376.257812 174.742188h10v10.113281h-10zm0 0"/><path d="m376.257812 196.988281h10v10.113281h-10zm0 0"/><path d="m376.257812 374.964844h10v10h-10zm0 0"/><path d="m334.699219 374.964844h9.445312v10h-9.445312zm0 0"/><path d="m355.480469 374.964844h9.445312v10h-9.445312zm0 0"/><path d="m318.367188 374.964844h5v10h-5zm0 0"/></g></svg>
                            </div>
                            <div class="feature-content">
                                <h3>Natural Products</h3>
                                <p>Cleanz is well known and most trusted name in cleaning.</p>
                            </div>
                        </div>
                    </div>
                    <div class="col-md-6">
                        <div class="feature-item">
                            <div class="feature-icon">
                                <svg height="50px" viewBox="-72 0 455 455.976" width="50px" xmlns="http://www.w3.org/2000/svg"><g fill="#122436"><path d="m10.488281 414.988281v-204.917969h-10v214.917969h46.515625v-10zm0 0"/><path d="m301.855469 140.320312v274.667969h-44.851563v10h54.851563v-284.667969zm0 0"/><path d="m125.003906 414.988281h10v10h-10zm0 0"/><path d="m59.003906 414.988281h10v10h-10zm0 0"/><path d="m169.003906 414.988281h10v10h-10zm0 0"/><path d="m191.003906 414.988281h10v10h-10zm0 0"/><path d="m81.003906 414.988281h10v10h-10zm0 0"/><path d="m103.003906 414.988281h10v10h-10zm0 0"/><path d="m147.003906 414.988281h10v10h-10zm0 0"/><path d="m235.003906 414.988281h10v10h-10zm0 0"/><path d="m213.003906 414.988281h10v10h-10zm0 0"/><path d="m311.855469 30.988281h-42.414063v10h32.414063v44.195313h10zm0 0"/><path d="m311.855469 97.183594h-10v10.003906h10zm0 0"/><path d="m301.855469 119.1875h10v10h-10zm0 0"/><path d="m93.441406 30.988281h10v10h-10zm0 0"/><path d="m59.441406 40.988281v-10h-58.953125v57.082031h10v-47.082031zm0 0"/><path d="m71.441406 30.988281h10v10h-10zm0 0"/><path d="m203.441406 30.988281h10v10h-10zm0 0"/><path d="m225.441406 30.988281h10v10h-10zm0 0"/><path d="m115.441406 30.988281h10v10h-10zm0 0"/><path d="m181.441406 30.988281h10v10h-10zm0 0"/><path d="m247.441406 30.988281h10v10h-10zm0 0"/><path d="m137.441406 30.988281h10v10h-10zm0 0"/><path d="m159.441406 30.988281h10v10h-10zm0 0"/><path d="m.488281 122.070312h10v10h-10zm0 0"/><path d="m.488281 100.070312h10v10h-10zm0 0"/><path d="m10.488281 150.65625v-6.585938h-10v10h10zm0 0"/><path d="m.488281 166.070312h10v10h-10zm0 0"/><path d="m.488281 188.070312h10v10h-10zm0 0"/></g><path d="m156.171875 389c-34.554687 0-62.566406 30.988281-62.566406 30.988281s28.011719 30.988281 62.566406 30.988281 62.566406-30.988281 62.566406-30.988281-28.011719-30.988281-62.566406-30.988281zm0 0" fill="#4ea3da"/><path d="m215.1875 414.988281h-25.121094l-28.785156-28.785156c-1.953125-1.953125-5.121094-1.953125-7.070312 0-1.953126 1.949219-1.953126 5.117187 0 7.070313l21.714843 21.714843h-24.566406l-21.59375-21.597656c-1.953125-1.949219-5.121094-1.949219-7.070313 0-1.953124 1.953125-1.953124 5.121094 0 7.074219l14.523438 14.523437h-43.613281c-2.761719 0-5 2.238281-5 5s2.238281 5 5 5h43.609375l-14.988282 14.984375c-1.953124 1.953125-1.953124 5.121094 0 7.074219 1.953126 1.949219 5.121094 1.949219 7.074219 0l22.058594-22.058594h24.5625l-21.71875 21.71875c-1.957031 1.953125-1.957031 5.117188 0 7.074219 1.949219 1.949219 5.117187 1.949219 7.070313 0l28.792968-28.792969h25.121094c2.761719 0 5-2.238281 5-5s-2.242188-5-5-5zm0 0" fill="#fff"/><path d="m222.449219 416.636719c-.175781-.1875-7.40625-8.183594-19.210938-16.269531-5.90625-4.039063-12.960937-8.101563-20.902343-11.183594-7.9375-3.082032-16.773438-5.179688-26.160157-5.179688-9.390625 0-18.230469 2.101563-26.164062 5.179688-11.90625 4.625-21.835938 11.445312-28.859375 17.109375-7.019532 5.667969-11.125 10.199219-11.253906 10.34375-1.71875 1.902343-1.71875 4.804687 0 6.707031.175781.1875 7.40625 8.183594 19.210937 16.265625 5.90625 4.039063 12.960937 8.105469 20.902344 11.1875 7.933593 3.078125 16.769531 5.179687 26.160156 5.179687 9.390625-.003906 18.226563-2.101562 26.164063-5.179687 11.902343-4.628906 21.835937-11.449219 28.859374-17.113281 7.015626-5.667969 11.121094-10.199219 11.253907-10.339844 1.71875-1.90625 1.71875-4.804688 0-6.707031zm-25.113281 14.894531c-5.40625 3.675781-11.796876 7.316406-18.785157 10.007812-6.992187 2.691407-14.554687 4.4375-22.378906 4.4375-7.886719.003907-15.511719-1.769531-22.546875-4.5-10.550781-4.089843-19.726562-10.339843-26.195312-15.570312-2.808594-2.269531-5.070313-4.308594-6.765626-5.917969 3.039063-2.878906 8-7.226562 14.34375-11.539062 5.402344-3.675781 11.796876-7.316407 18.78125-10.007813 6.992188-2.695312 14.554688-4.4375 22.382813-4.4375 7.882813-.003906 15.507813 1.769532 22.542969 4.503906 10.550781 4.085938 19.726562 10.339844 26.195312 15.566407 2.808594 2.269531 5.070313 4.3125 6.765625 5.917969-3.039062 2.878906-7.996093 7.226562-14.339843 11.539062zm0 0" fill="#122436"/><path d="m156.171875 5c-34.554687 0-62.566406 30.988281-62.566406 30.988281s28.011719 30.988281 62.566406 30.988281 62.566406-30.988281 62.566406-30.988281-28.011719-30.988281-62.566406-30.988281zm0 0" fill="#4ea3da"/><path d="m215.1875 30.988281h-25.121094l-28.785156-28.785156c-1.953125-1.953125-5.121094-1.953125-7.070312 0-1.953126 1.949219-1.953126 5.117187 0 7.070313l21.714843 21.714843h-24.566406l-21.59375-21.597656c-1.953125-1.949219-5.121094-1.949219-7.070313 0-1.953124 1.953125-1.953124 5.121094 0 7.070313l14.523438 14.527343h-43.613281c-2.761719 0-5 2.238281-5 5s2.238281 5 5 5h43.609375l-14.988282 14.984375c-1.953124 1.953125-1.953124 5.121094 0 7.074219 1.953126 1.949219 5.121094 1.949219 7.074219 0l22.058594-22.058594h24.5625l-21.71875 21.71875c-1.957031 1.953125-1.957031 5.117188 0 7.074219 1.949219 1.949219 5.117187 1.949219 7.070313 0l28.792968-28.792969h25.121094c2.761719 0 5-2.238281 5-5s-2.242188-5-5-5zm0 0" fill="#fff"/><path d="m222.449219 32.632812c-.175781-.1875-7.40625-8.183593-19.210938-16.265624-5.90625-4.042969-12.960937-8.105469-20.902343-11.1875-7.9375-3.078126-16.773438-5.179688-26.160157-5.179688-9.390625.00390625-18.230469 2.101562-26.164062 5.179688-11.90625 4.628906-21.835938 11.449218-28.859375 17.113281-7.019532 5.667969-11.125 10.199219-11.253906 10.339843-1.71875 1.902344-1.71875 4.804688 0 6.707032.175781.1875 7.40625 8.183594 19.210937 16.269531 5.90625 4.039063 12.960937 8.101563 20.902344 11.183594 7.933593 3.082031 16.769531 5.179687 26.160156 5.179687s18.226563-2.101562 26.164063-5.179687c11.902343-4.628907 21.835937-11.445313 28.859374-17.109375 7.015626-5.667969 11.121094-10.203125 11.253907-10.34375 1.71875-1.902344 1.71875-4.800782 0-6.707032zm-25.113281 14.898438c-5.40625 3.675781-11.796876 7.316406-18.785157 10.007812-6.992187 2.691407-14.554687 4.4375-22.378906 4.4375-7.886719.003907-15.511719-1.769531-22.546875-4.5-10.550781-4.089843-19.726562-10.339843-26.195312-15.570312-2.808594-2.269531-5.070313-4.308594-6.765626-5.917969 3.039063-2.878906 8-7.226562 14.34375-11.539062 5.402344-3.675781 11.796876-7.316407 18.78125-10.007813 6.992188-2.695312 14.554688-4.4375 22.382813-4.4375 7.882813-.003906 15.507813 1.769532 22.542969 4.503906 10.550781 4.085938 19.726562 10.339844 26.195312 15.566407 2.808594 2.269531 5.070313 4.3125 6.765625 5.917969-3.039062 2.878906-7.996093 7.226562-14.339843 11.539062zm0 0" fill="#122436"/><path d="m272.382812 287.902344h-142.460937c-6.785156 0-12.285156-5.5-12.285156-12.28125 0-6.785156 5.5-12.28125 12.285156-12.28125h142.460937c6.78125 0 12.28125 5.496094 12.28125 12.28125 0 6.78125-5.5 12.28125-12.28125 12.28125zm0 0" fill="#4ea3da"/><path d="m129.921875 275.339844h142.460937c4.601563 0 8.613282 2.535156 10.714844 6.28125.996094-1.773438 1.5625-3.820313 1.5625-6 0-6.78125-5.5-12.28125-12.28125-12.28125h-142.460937c-6.785157 0-12.28125 5.5-12.28125 12.28125 0 2.179687.566406 4.226562 1.5625 6 2.105469-3.75 6.117187-6.28125 10.722656-6.28125zm0 0" fill="#fff"/><path d="m279.75 358.3125h-157.199219l11.847657-70.410156h133.503906zm0 0" fill="#ffcc34"/><path d="m134.398438 303.902344h133.503906l9.15625 54.410156h2.691406l-11.847656-70.410156h-133.503906l-11.847657 70.410156h2.691407zm0 0" fill="#fff"/><path d="m182.046875 243.691406h38.210937v19.648438h-38.210937zm0 0" fill="#4ea3da"/><path d="m182.046875 243.691406h38.210937v10h-38.210937zm0 0" fill="#fff"/><path d="m213.160156 243.691406h-24.019531v-134.019531c0-6.632813 5.378906-12.011719 12.007813-12.011719 6.632812 0 12.011718 5.378906 12.011718 12.011719zm0 0" fill="#ffcc34"/><path d="m201.148438 97.660156c-6.628907 0-12.007813 5.378906-12.007813 12.011719v18c0-6.632813 5.378906-12.011719 12.007813-12.011719 6.632812 0 12.011718 5.378906 12.011718 12.011719v-18c0-6.632813-5.375-12.011719-12.011718-12.011719zm0 0" fill="#fff"/><path d="m273.800781 292.828125c4.195313-.34375 8.003907-2.183594 10.800781-4.988281 3.121094-3.113282 5.0625-7.464844 5.0625-12.21875 0-4.757813-1.941406-9.109375-5.0625-12.222656-3.113281-3.117188-7.460937-5.0625-12.21875-5.058594h-47.125v-19.652344h-7.097656v-129.015625c0-4.683594-1.914062-8.964844-4.980468-12.03125-3.0625-3.070313-7.347657-4.984375-12.03125-4.980469-4.679688-.003906-8.960938 1.910156-12.023438 4.980469-3.070312 3.0625-4.984375 7.347656-4.984375 12.027344v129.019531h-7.09375v19.648438h-47.125c-9.546875.003906-17.28125 7.734374-17.285156 17.28125 0 4.757812 1.941406 9.109374 5.0625 12.222656 2.796875 2.804687 6.605469 4.644531 10.800781 4.988281l-11.863281 70.484375h169.023437l-.980468-5.832031zm-86.753906-44.140625h28.210937v9.652344h-28.210937zm7.09375-139.015625c.003906-1.953125.78125-3.675781 2.054687-4.957031 1.285157-1.277344 3.007813-2.050782 4.957032-2.054688 1.953125.003906 3.671875.777344 4.957031 2.054688 1.273437 1.285156 2.046875 3.003906 2.050781 4.957031v129.019531h-14.015625v-129.019531zm-64.21875 173.230469c-2.027344-.003906-3.816406-.808594-5.148437-2.132813-1.328126-1.332031-2.132813-3.121093-2.132813-5.148437s.808594-3.816406 2.132813-5.148438c1.332031-1.328125 3.121093-2.128906 5.148437-2.132812h142.460937c2.023438.003906 3.8125.804687 5.148438 2.132812 1.324219 1.332032 2.128906 3.121094 2.128906 5.148438 0 2.023437-.804687 3.8125-2.132812 5.148437-1.332032 1.324219-3.121094 2.128907-5.148438 2.128907h-142.457031zm8.707031 10h125.046875l10.164063 60.410156h-17.742188v-32.660156h-10v32.660156h-14.972656v-32.660156h-10v32.660156h-14.972656v-32.660156h-10v32.660156h-14.96875v-32.660156h-10v32.660156h-14.972656v-32.660156h-10v32.660156h-17.742188zm0 0" fill="#122436"/><path d="m42.957031 207.996094h70.128907v14.316406c0 5.429688-4.402344 9.832031-9.832032 9.832031h-50.464844c-5.429687 0-9.832031-4.402343-9.832031-9.832031zm0 0" fill="#4ea3da"/><path d="m52.789062 232.144531h50.464844c5.429688 0 9.832032-4.402343 9.832032-9.832031v-11.796875c0 5.429687-4.402344 9.832031-9.832032 9.832031h-50.464844c-5.429687 0-9.832031-4.402344-9.832031-9.832031v11.796875c0 5.429688 4.402344 9.832031 9.832031 9.832031zm0 0" fill="#fff"/><path d="m59.238281 232.144531h37.5625v19.320313h-37.5625zm0 0" fill="#4ea3da"/><path d="m59.238281 241.632812h37.5625v9.832032h-37.5625zm0 0" fill="#fff"/><path d="m66.214844 251.464844h23.609375v92.429687c0 6.519531-5.285157 11.804688-11.800781 11.804688-6.519532 0-11.804688-5.285157-11.804688-11.804688v-92.429687zm0 0" fill="#4ea3da"/><path d="m78.023438 355.699219c6.519531 0 11.800781-5.289063 11.800781-11.808594v-17.695313c0 6.519532-5.285157 11.808594-11.800781 11.808594-6.519532 0-11.804688-5.289062-11.804688-11.808594v17.695313c-.003906 6.523437 5.285156 11.808594 11.804688 11.808594zm0 0" fill="#fff"/><path d="m78.023438 206.03125c27.800781 0 50.339843-22.539062 50.339843-50.339844v-49.035156h-100.683593v49.039062c0 27.796876 22.539062 50.335938 50.34375 50.335938zm0 0" fill="#ffcc34"/><path d="m78.023438 206.03125c27.800781 0 50.339843-22.539062 50.339843-50.339844v-17.695312c0 27.800781-22.539062 50.339844-50.339843 50.339844-27.804688 0-50.339844-22.539063-50.339844-50.339844v17.695312c0 27.800782 22.535156 50.339844 50.339844 50.339844zm0 0" fill="#fff"/><path d="m133.136719 155.691406v-53.8125h-110.234375v53.8125c0 20.261719 10.9375 37.953125 27.21875 47.53125h-11.941406v19.09375c.003906 8.070313 6.539062 14.605469 14.609374 14.609375h1.671876v19.316407h6.980468v87.652343c.003906 9.160157 7.421875 16.578125 16.582032 16.582031 9.160156-.003906 16.578124-7.421874 16.582031-16.582031v-87.652343h6.972656v-19.316407h1.675781c8.070313-.003906 14.605469-6.539062 14.609375-14.609375v-19.09375h-11.941406c16.28125-9.578125 27.214844-27.269531 27.214844-47.53125zm-48.089844 188.203125c0 1.957031-.777344 3.683594-2.058594 4.96875-1.285156 1.277344-3.011719 2.058594-4.964843 2.058594-1.957032 0-3.683594-.78125-4.96875-2.058594-1.28125-1.285156-2.058594-3.011719-2.058594-4.96875v-87.652343h14.054687v87.652343zm6.980469-97.207031h-28.007813v-9.761719h28.007813zm16.28125-24.371094c-.003906 1.410156-.558594 2.644532-1.480469 3.574219-.929687.921875-2.164063 1.476563-3.574219 1.480469h-50.464844c-1.410156-.003906-2.644531-.558594-3.574218-1.480469-.921875-.929687-1.476563-2.164063-1.480469-3.574219v-9.539062h60.574219zm-30.285156-21.0625c-12.597657 0-23.960938-5.09375-32.21875-13.347656-8.253907-8.257812-13.34375-19.617188-13.347657-32.214844v-44.261718h13.753907v46.34375c0 2.636718 2.136718 4.777343 4.777343 4.777343 2.636719 0 4.777344-2.136719 4.777344-4.777343v-46.339844h17.480469v46.34375c0 2.636718 2.136718 4.777344 4.777344 4.777344 2.636718 0 4.777343-2.140626 4.777343-4.777344v-46.34375h17.480469v46.34375c0 2.636718 2.136719 4.777344 4.777344 4.777344 2.636718 0 4.777344-2.140626 4.777344-4.777344v-46.34375h13.753906v44.257812c-.003906 12.597656-5.09375 23.957032-13.347656 32.21875-8.261719 8.25-19.625 13.34375-32.21875 13.34375zm0 0" fill="#122436"/></svg>
                            </div>
                            <div class="feature-content">
                                <h3>Best Equipment</h3>
                                <p>Cleanz is well known and most trusted name in cleaning.</p>
                            </div>
                        </div>
                    </div>
                </div>
                <a href="#" class="default-btn">Book Our Service <span></span></a>
            </div>
        </div>
    </div>
</section><!-- /.features-section -->


7) Appointment Section - top


<section class="book-section padding">
    <div class="container">
        <div class="row align-items-center">
            <div class="col-lg-6 sm-padding wow fadeInLeft" data-wow-delay="200ms">
                <div class="section-heading mb-20">
                    <h2>Most Awarded Cleaning <br> Company Since 1995.</h2>
                    <p>Cleanz is well known and most trusted name in home cleaning service company in Bangladesh, we also provide pest control, security gard , facility managment and painting service in Bangladesh Most of people work better in pleasant </p>
                    <a href="#" class="learn-more">Learn more about company</a>
                </div>
            </div>
            <div class="col-lg-6 sm-padding wow fadeInUp" data-wow-delay="300ms">
                <div class="booking-form">
                    <div class="form-heading">
                        <h2>Make An Appointment</h2>
                    </div>
                    <form action="appointment.php" method="post" id="ajax_appointment" class="form-horizontal">
                        <div class="form-group colum-row row">
                            <div class="col-sm-6">
                                <input type="text" id="name" name="name" class="form-control" placeholder="Name" required>
                            </div>
                            <div class="col-sm-6">
                                <input type="email" id="email" name="email" class="form-control" placeholder="Email" required>
                            </div>
                        </div>
                        <div class="form-group row">
                            <div class="col-sm-6">
                                <select class="form-control" id="services" name="services">
                                    <option>Choose a Service</option>
                                    <option>Residential Cleaning</option>
                                    <option>Commercial Cleaning</option>
                                    <option>House Cleaning</option>
                                    <option>Building Cleaning</option>
                                </select>
                            </div>
                            <div class="col-sm-6">
                                <select class="form-control" id="sf" name="sf">
                                    <option>-- Approx SF --</option>
                                    <option>800</option>
                                    <option>600</option>
                                    <option>500</option>
                                    <option>300</option>
                                </select>
                            </div>
                        </div>
                        <div class="form-group colum-row row">
                            <div class="col-sm-6">
                                <input type="text" id="phone" name="phone" class="form-control" placeholder="Phone Number" required>
                            </div>
                            <div class="col-sm-6">
                                <input type="text" id="zip" name="zip" class="form-control" placeholder="ZIP Code" required>
                            </div>
                        </div>
                        <div class="form-group row">
                            <div class="col-md-12">
                                <textarea id="address" name="address" cols="30" rows="5" class="form-control address" placeholder="Address" required></textarea>
                            </div>
                        </div>
                        <button id="submit" class="default-btn" type="submit">Book Service Now</button>
                        <div id="form-messages" class="alert" role="alert"></div>
                    </form>
                </div>
            </div>
        </div>
    </div>
</section><!-- /.book-section -->


8) Call to Action Section - top

<section class="cta-section padding">
    <svg viewBox="0 0 1920 479.1">
    <path class="st0" fill="#f9fafa" d="M1562.5,260.9c-284.2,92.3-282.6,324-778.9,108.7C304.8,161.9,19.5,335.7,0,348.3v120.8v10h1920v-10V0
    C1715.4,15.3,1846.7,168.6,1562.5,260.9z"></path>
    </svg>
    <div class="container">
        <div class="cta-content">
           <img class="wow fadeInUp" data-wow-delay="0" src="assets/img/cleaning.png" alt="icon">
            <h2 class="wow fadeInUp" data-wow-delay="300ms">We Will Make Absolutely <br>Any Place Neat And Clean!</h2>
            <p class="wow fadeInUp" data-wow-delay="400ms">Cleanz is well known and most trusted name in home <br> cleaning service company in Bangladesh</p>
            <a href="#" class="default-btn wow fadeInUp" data-wow-delay="500ms">Make An Appointment<span></span></a>
        </div>
    </div>
</section><!-- /.cta-section -->

9) Projects Section

<section class="project-section bg-grey padding">
    <div class="container-fluid">
        <div class="section-heading text-center mb-40 wow fadeInUp" data-wow-delay="200ms">
            <img src="assets/img/clean.png" alt="">
            <h2>Amazing Benefits With Us</h2>
            <p>Cleanz is well known and most trusted name in home cleaning <br>service company in Bangladesh. </p>
        </div>
        <div class="slider project-carousel nav-style carousel-dots">
            <div class="project-item">
                <div class="project-inner">
                    <img src="assets/img/project-1.jpg" alt="img">
                    <h3><a href="#"><span>Cleaning</span>Florida House Cleaning</a></h3>
                </div>
            </div>
            <div class="project-item">
                <div class="project-inner">
                    <img src="assets/img/project-2.jpg" alt="img">
                    <h3><a href="#"><span>Cleaning</span>Building Cleaning</a></h3>
                </div>
            </div>
            <div class="project-item">
                <div class="project-inner">
                    <img src="assets/img/project-3.jpg" alt="img">
                    <h3><a href="#"><span>Cleaning</span>USA Flore Cleaning</a></h3>
                </div>
            </div>
            <div class="project-item">
                <div class="project-inner">
                    <img src="assets/img/project-4.jpg" alt="img">
                    <h3><a href="#"><span>Cleaning</span>Spain House Cleaning</a></h3>
                </div>
            </div>
            <div class="project-item">
                <div class="project-inner">
                    <img src="assets/img/project-5.jpg" alt="img">
                    <h3><a href="#"><span>Cleaning</span>Window Cleaning</a></h3>
                </div>
            </div>
            <div class="project-item">
                <div class="project-inner">
                    <img src="assets/img/project-6.jpg" alt="img">
                    <h3><a href="#"><span>Cleaning</span>kitchen Cleaning</a></h3>
                </div>
            </div>
        </div>
    </div>
</section><!-- /.project-section -->

10) Testimonials Section

<section class="testimonials-section padding">
    <div class="container">
        <div class="section-heading text-center mb-40 wow fadeInUp" data-wow-delay="200ms">
            <img src="assets/img/clean.png" alt="">
            <h2>Exploring Our Clients Goals</h2>
            <p>Cleanz is well known and most trusted name in home cleaning <br>service company in Bangladesh. </p>
        </div>
        <div class="slider testimonials-carousel nav-style carousel-dots">
            <div class="testi-item">
                <div class="testi-inner">
                    <img src="assets/img/testi-1.png" alt="thumb">
                    <h3>Nenny Berry<span>Developer</span></h3>
                    <ul class="ratings">
                        <li><i class="fas fa-star"></i></li>
                        <li><i class="fas fa-star"></i></li>
                        <li><i class="fas fa-star"></i></li>
                        <li><i class="fas fa-star"></i></li>
                        <li><i class="fas fa-star"></i></li>
                    </ul>
                </div>
                <p>"Thank you for guiding us through the construction process, understanding, and always ready to accommodate our needs. We love our new space and built by the very best!"</p>
            </div>
            <div class="testi-item">
                <div class="testi-inner">
                    <img src="assets/img/testi-2.png" alt="thumb">
                    <h3>Farina Castillo<span>Developer</span></h3>
                    <ul class="ratings">
                        <li><i class="fas fa-star"></i></li>
                        <li><i class="fas fa-star"></i></li>
                        <li><i class="fas fa-star"></i></li>
                        <li><i class="fas fa-star"></i></li>
                        <li><i class="fas fa-star"></i></li>
                    </ul>
                </div>
                <p>"Thank you for guiding us through the construction process, understanding, and always ready to accommodate our needs. We love our new space and built by the very best!"</p>
            </div>
            <div class="testi-item">
                <div class="testi-inner">
                    <img src="assets/img/testi-3.png" alt="thumb">
                    <h3>Lucia Teseyra<span>Developer</span></h3>
                    <ul class="ratings">
                        <li><i class="fas fa-star"></i></li>
                        <li><i class="fas fa-star"></i></li>
                        <li><i class="fas fa-star"></i></li>
                        <li><i class="fas fa-star"></i></li>
                        <li><i class="fas fa-star"></i></li>
                    </ul>
                </div>
                <p>"Thank you for guiding us through the construction process, understanding, and always ready to accommodate our needs. We love our new space and built by the very best!"</p>
            </div>
        </div>
    </div>
</section><!-- /.testimonial-section -->

11) Blog Section

<section class="blog-section bg-grey padding">
    <div class="container">
        <div class="section-heading text-center mb-40 wow fadeInUp" data-wow-delay="200ms">
            <img src="assets/img/clean.png" alt="">
            <h2>Tips To Keep The <br>Surroundings Clean.</h2>
            <p>Cleanz is well known and most trusted name in home cleaning <br>service company in Bangladesh. </p>
        </div>
        <div class="row">
            <div class="col-lg-4 col-md-6 sm-padding">
                <div class="blog-item">
                    <div class="blog-thumb">
                        <img src="assets/img/post-1.jpg" alt="post">
                        <span class="category"><a href="#">interior</a></span>
                    </div>
                    <div class="blog-content">
                        <h3><a href="#">Minimalist trending in modern architecture 2019</a></h3>
                        <p>Building first evolved out dynamics between needs means available building materials attendant skills.</p>
                        <a href="#" class="read-more">Read More</a>
                    </div>
                </div>
            </div>
            <div class="col-lg-4 col-md-6 sm-padding">
                <div class="blog-item">
                    <div class="blog-thumb">
                        <img src="assets/img/post-2.jpg" alt="post">
                        <span class="category"><a href="#">Architecture</a></span>
                    </div>
                    <div class="blog-content">
                       <h3><a href="#">Terrace in the town yamazaki kentaro design workshop.</a></h3>
                        <p>Building first evolved out dynamics between needs means available building materials attendant skills.</p>
                        <a href="#" class="read-more">Read More</a>
                    </div>
                </div>
            </div>
            <div class="col-lg-4 col-md-6 sm-padding">
                <div class="blog-item">
                    <div class="blog-thumb">
                        <img src="assets/img/post-3.jpg" alt="post">
                        <span class="category"><a href="#">Design</a></span>
                    </div>
                    <div class="blog-content">
                        <h3><a href="#">W270 house são paulo arquitetos fabio jorge architeqture.</a></h3>
                        <p>Building first evolved out dynamics between needs means available building materials attendant skills.</p>
                        <a href="#" class="read-more">Read More</a>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section><!-- /.blog-section -->

12) Footer Section

<footer class="footer-section">
    <div class="container">
        <div class="row padding">
            <div class="col-lg-3 col-md-6 sm-padding">
                <div class="footer-item">
                    <a class="logo" href="#"><img src="assets/img/logo-dark.png" alt="logo"></a>
                    <p>Cleanz is well known and most trusted name in home cleaning service company in Bangladesh.</p>
                    <ul class="certified">
                        <li><img src="assets/img/certified-logo-1@2x.png" alt="img"></li>
                        <li><img src="assets/img/certified-logo-2@2x.png" alt="img"></li>
                        <li><img src="assets/img/certified-logo-3@2x.png" alt="img"></li>
                    </ul>
                </div>
            </div>
            <div class="col-lg-3 col-md-6 sm-padding">
                <div class="footer-item">
                    <h3>Headquarters</h3>
                    <p>962 Fifth Avenue, 3rd Floor New York, NY10022</p>
                    <p>Hello@ThemeEaster.net <br>(+123) 456 789 101</p>
                </div>
            </div>
            <div class="col-lg-3 col-md-6 sm-padding">
                <div class="footer-item">
                    <h3>Opening Hours</h3>
                    <p>Mon - Fri: 7am - 4pm <br>Weekend: 8am - 4pm</p>
                    <ul class="footer-social">
                        <li><a href="#"><i class="fab fa-facebook"></i></a></li>
                        <li><a href="#"><i class="fab fa-twitter"></i></a></li>
                        <li><a href="#"><i class="fab fa-instagram"></i></a></li>
                        <li><a href="#"><i class="fab fa-youtube"></i></a></li>
                    </ul>
                </div>
            </div>
            <div class="col-lg-3 col-md-6 sm-padding">
                <div class="footer-item">
                    <h3>Subscribe Newsletter</h3>
                    <form action="#" class="subscribe-form">
                        <input type="email" name="email" id="subs-email" class="form-input" placeholder="Enter Your Email Address...">
                        <button type="submit" class="submit-btn"><i class="far fa-envelope"></i></button>
                        <div id="subscribe-result">
                            <p class="subscription-success"></p>
                            <p class="subscription-error"></p>
                        </div>
                    </form>
                    <p>Our online scheduling and payment system is safe.</p>
                </div>
            </div>
        </div>
        <div class="row">
            <div class="col-lg-12 text-center">
                <p class="copyright">© 2020 Cleanz by <a href="https://ThemeEaster.net">ThemeEaster</a><a href="#">-Terms and Conditions</a></p>
            </div>
        </div>
    </div>
</footer><!-- /.footer-section -->

13) Appointment Form Configure

Just open the appointment.php file and add your email in the 24 no line. That's it.

<?php

    // Only process POST reqeusts.
    if ($_SERVER["REQUEST_METHOD"] == "POST") {
        // Get the form fields and remove whitespace.
        $name = strip_tags(trim($_POST["name"]));
        $name = str_replace(array("\r","\n"),array(" "," "),$name);
        $email = filter_var(trim($_POST["email"]), FILTER_SANITIZE_EMAIL);
        $services = trim($_POST["services"]);
        $approx_sf = trim($_POST["sf"]);
        $phone = trim($_POST["phone"]);
        $zip = trim($_POST["zip"]);
        $address = trim($_POST["address"]);

        // Check that data was sent to the mailer.
        if ( empty($name) OR empty($services) OR empty($approx_sf) OR empty($phone) OR empty($zip) OR empty($address) OR !filter_var($email, FILTER_VALIDATE_EMAIL)) {
            // Set a 400 (bad request) response code and exit.
            http_response_code(400);
            echo "Oops! There was a problem with your submission. Please complete the form and try again.";
            exit;
        }

        // Update this to your desired email address.
        $recipient = "contact@yourdomain.com";
        $subject = "Appointment from $name";

        // Email content.
        $email_content = "Name: $name\n";
        $email_content .= "Email: $email\n\n";
        $email_content .= "Subject: $subject\n\n";
        $email_content .= "Service: $services\n\n";
        $email_content .= "Approx SF: $approx_sf\n\n";
        $email_content .= "Phone No: $phone\n\n";
        $email_content .= "ZIP Code: $zip\n\n";
        $email_content .= "Address: $address\n\n";

        // Email headers.
        $email_headers = "From: $name <$email>\r\nReply-to: <$email>";

        // Send the email.
        if (mail($recipient, $subject, $email_content, $email_headers)) {
            // Set a 200 (okay) response code.
            http_response_code(200);
            echo "Thank You! Your appointment has been completed.";
        } else {
            // Set a 500 (internal server error) response code.
            http_response_code(500);
            echo "Oops! Something went wrong and we couldn't send your message.";
        }

    } else {
        // Not a POST request, set a 403 (forbidden) response code.
        http_response_code(403);
        echo "There was a problem with your submission, please try again.";
    }

?>


14) Contact Form Configure

Just open the contact.php file and add your email in the 20 no line. That's it.

<?php

    // Only process POST reqeusts.
    if ($_SERVER["REQUEST_METHOD"] == "POST") {
        // Get the form fields and remove whitespace.
        $name = strip_tags(trim($_POST["name"]));
        $name = str_replace(array("\r","\n"),array(" "," "),$name);
        $email = filter_var(trim($_POST["email"]), FILTER_SANITIZE_EMAIL);
        $message = trim($_POST["message"]);

        // Check that data was sent to the mailer.
        if ( empty($name) OR empty($message) OR !filter_var($email, FILTER_VALIDATE_EMAIL)) {
            // Set a 400 (bad request) response code and exit.
            http_response_code(400);
            echo "Oops! There was a problem with your submission. Please complete the form and try again.";
            exit;
        }

        // Update this to your desired email address.
        $recipient = "contact@yourdomain.com";
        $subject = "Message from $name";

        // Email content.
        $email_content = "Name: $name\n";
        $email_content .= "Email: $email\n\n";
        $email_content .= "Subject: $subject\n\n";
        $email_content .= "Message: $message\n";

        // Email headers.
        $email_headers = "From: $name <$email>\r\nReply-to: <$email>";

        // Send the email.
        if (mail($recipient, $subject, $email_content, $email_headers)) {
            // Set a 200 (okay) response code.
            http_response_code(200);
            echo "Thank You! Your message has been sent.";
        } else {
            // Set a 500 (internal server error) response code.
            http_response_code(500);
            echo "Oops! Something went wrong and we couldn't send your message.";
        }

    } else {
        // Not a POST request, set a 403 (forbidden) response code.
        http_response_code(403);
        echo "There was a problem with your submission, please try again.";
    }

?>


 


C) CSS Files and Structure - top

These are the css files:

  1. bootstrap.min.css
  2. animate.min.css
  3. elegant-font-icons.css
  4. elegant-line-icons.css
  5. owl.carousel.css
  6. main.css
  7. responsive.css

 


D) JavaScript - top

This theme use these Javascript files:

  1. jQuery
    jQuery is a Javascript library that greatly reduces the amount of code that you must write. jQuery use these javascript files:
                	bootstrap.min.js
                    smooth-scroll.min.js
                    owl.carousel.min.js
                    jquery.ajaxchimp.min.js
                    jquery-1.12.4.min.js
                    owl.carousel.min.js
                    venobox.min.js
                    wow.min.js
                    main.js
                
    You can edit the contact.js files. for setting contact form


F) Sources and Credits - top

  1. Bootstrap 4
  2. OWL Carousel
  3. WOW JS
  4. VenoBox
  5. Smooth Scroll
  6. AjaxChimp


G) PHP Code Explanation - top

There are only one php code for contact page which is contact.php, open this file and change the email and subject on line 24 and line 27. No need to edit other code unless you really want to.


Once again, thank you so much for purchasing this theme. As I said at the beginning, I'd be glad to help you if you have any questions relating to this theme. No guarantees, but I'll do my best to assist.

ThemeEaster

Go To Table of Contents